Skip to content

Commit

Permalink
Merge pull request #251 from HopkinsIDD/fix/inference_all_hardcoded
Browse files Browse the repository at this point in the history
fix #240
  • Loading branch information
saraloo authored Jul 14, 2024
2 parents e9f45f1 + df5bec8 commit cf1d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/gempyor_pkg/src/gempyor/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def __init__(
if run_id is None:
run_id = file_paths.run_id()
if prefix is None:
prefix = config["name"].get() + "_inference_all" + "/" + run_id + "/"
prefix = config["name"].get() + f"_{self.seir_modifiers_scenario}_{self.outcome_modifiers_scenario}" + "/" + run_id + "/"
in_run_id = run_id
if out_run_id is None:
out_run_id = in_run_id
Expand Down

0 comments on commit cf1d8c4

Please sign in to comment.