Skip to content

Commit

Permalink
fix(tasks): remove ad hoc modification of posterior samples
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Aug 8, 2024
1 parent c2c35f5 commit 7738f5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pyrovelocity/tasks/summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ def summarize_dataset(
volcano_data: DataFrame = posterior_samples["gene_ranking"]
volcano_data.to_csv(gene_ranking_path)

if "model1" in data_model:
posterior_samples.pop("t0", None)

##################
# generate figures
##################
Expand Down

0 comments on commit 7738f5c

Please sign in to comment.