Skip to content

Commit d973f5d

Browse files
lkstrplindnemi
authored andcommitted
fix: snakemake warnings (#1785)
1 parent a7a408c commit d973f5d

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

Snakefile

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)