Skip to content

Commit

Permalink
Add rule names
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanie08 committed Jun 3, 2024
1 parent ed60f78 commit b4feaf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/test_pipeline_resources_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
["results/_resources/ts_load_electricity_vehicles.csv"],
["results/_resources/scal_costs_efficiencies.csv"],
["results/_resources/ts_efficiency_heatpump_small.csv"],
# snakemake -j1 TODO: SN hinzufügen
# snakemake -j1 plot_conv_pp_scalars
["results/_resources/plots/scal_conv_pp-capacity_net_el.png"],
["results/_tables/technical_and_cost_assumptions_2050-base.csv"],
["results/_resources/scal_load_heat.csv", "results/_resources/ts_load_heat.csv"],
# snakemake -j1 TODO: SN hinzufügen
# snakemake -j1 process_re_potential
[
"results/_resources/scal_power_potential_wind_pv.csv",
"results/_tables/potential_wind_pv_kreise.csv",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pipeline_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"results/joined_scenarios/" + scenario_group + "/joined_plotted",
]

# snakemake -j1 TODO: SN hinzufügen
# snakemake -j1 prepare_re_potential
output_rule_list = ["results/_resources/RE_potential"]

0 comments on commit b4feaf2

Please sign in to comment.