File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1116,6 +1116,8 @@ rule regret_plots_lt:
11161116 output :
11171117 elec_capa_comp_de_2025 = f"results/{ run_prefix } /regret_plots/Ariadne_vs_LowDemand_LT/elec_capa_comp_de_2025.png" ,
11181118 dir = directory (f"results/{ run_prefix } /regret_plots/Ariadne_vs_LowDemand_LT" ),
1119+ resources :
1120+ mem_mb = 32000 ,
11191121 script :
11201122 "scripts/pypsa-de/regret_plots_lt.py"
11211123
@@ -1136,5 +1138,7 @@ rule regret_plots:
11361138 output :
11371139 elec_price_comp_de = f"results/{ run_prefix } /regret_plots/Ariadne_vs_LowDemand/elec_price_comp_de.png" ,
11381140 dir = directory (f"results/{ run_prefix } /regret_plots/Ariadne_vs_LowDemand" ),
1141+ resources :
1142+ mem_mb = 32000 ,
11391143 script :
11401144 "scripts/pypsa-de/regret_plots.py"
You can’t perform that action at this time.
0 commit comments