File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed
Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -131,21 +131,17 @@ rule all:
131131 run = config ["run" ]["name" ],
132132 carrier = config_provider ("plotting" , "balance_map" , "bus_carriers" )(w ),
133133 ),
134- directory (
135- expand (
136- RESULTS
137- + "graphics/balance_timeseries/s_{clusters}_{opts}_{sector_opts}_{planning_horizons}" ,
138- run = config ["run" ]["name" ],
139- ** config ["scenario" ],
140- ),
134+ expand (
135+ RESULTS
136+ + "graphics/balance_timeseries/s_{clusters}_{opts}_{sector_opts}_{planning_horizons}" ,
137+ run = config ["run" ]["name" ],
138+ ** config ["scenario" ],
141139 ),
142- directory (
143- expand (
144- RESULTS
145- + "graphics/heatmap_timeseries/s_{clusters}_{opts}_{sector_opts}_{planning_horizons}" ,
146- run = config ["run" ]["name" ],
147- ** config ["scenario" ],
148- ),
140+ expand (
141+ RESULTS
142+ + "graphics/heatmap_timeseries/s_{clusters}_{opts}_{sector_opts}_{planning_horizons}" ,
143+ run = config ["run" ]["name" ],
144+ ** config ["scenario" ],
149145 ),
150146 default_target : True
151147
You can’t perform that action at this time.
0 commit comments