We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b415b commit 234dec8Copy full SHA for 234dec8
dscim/utils/menu_runs.py
@@ -53,6 +53,8 @@ def run_ssps(
53
54
if mask is not None:
55
save_path = save_path + "/" + mask
56
+ else:
57
+ save_path = save_path + "/" + "unmasked"
58
59
if fair_dims != ["simulation"]:
60
save_path = (
@@ -190,7 +192,7 @@ def run_rff(
190
192
):
191
193
194
menu_option, discount_type = menu_disc
- save_path = f"{conf['paths']['rff_results']}/{sector}/{pulse_year}/"
195
+ save_path = f"{conf['paths']['rff_results']}/{sector}/{pulse_year}/unmasked"
196
197
if USA:
198
econ = EconVars(
0 commit comments