Skip to content

Commit

Permalink
fix #240
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblemai committed Jul 12, 2024
1 parent 4e8522e commit 2b40da3
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 2b40da3

Please sign in to comment.