Skip to content

Commit 234dec8

Browse files
author
Kit Schwarz
committed
adding 'unmasked' file level
1 parent d7b415b commit 234dec8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dscim/utils/menu_runs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def run_ssps(
5353

5454
if mask is not None:
5555
save_path = save_path + "/" + mask
56+
else:
57+
save_path = save_path + "/" + "unmasked"
5658

5759
if fair_dims != ["simulation"]:
5860
save_path = (
@@ -190,7 +192,7 @@ def run_rff(
190192
):
191193

192194
menu_option, discount_type = menu_disc
193-
save_path = f"{conf['paths']['rff_results']}/{sector}/{pulse_year}/"
195+
save_path = f"{conf['paths']['rff_results']}/{sector}/{pulse_year}/unmasked"
194196

195197
if USA:
196198
econ = EconVars(

0 commit comments

Comments
 (0)