Skip to content

Commit 804f3a5

Browse files
committed
start thinking
1 parent 13a7f7d commit 804f3a5

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

pixi.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,19 +136,14 @@ tsam = ">=2.3.1"
136136
[feature.test.tasks]
137137

138138
integration-tests = """
139-
echo "Build scenarios..." ;
140-
snakemake -call build_scenarios ;
141-
echo "Run DACH config..." ;
142-
snakemake -call ariadne_all --until export_ariadne_variables --configfile=config/test/config.dach.yaml ;
139+
echo "Build scenarios..." &&
140+
snakemake -call build_scenarios &&
141+
echo "Run DACH config..." &&
142+
snakemake -call ariadne_all --until export_ariadne_variables --configfile=config/test/config.dach.yaml &&
143143
echo "All tests completed successfully."
144144
"""
145145
clean-tests = """
146-
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --delete-all-output ;
147-
snakemake -call --configfile config/test/config.overnight.yaml --delete-all-output ;
148-
snakemake -call --configfile config/test/config.myopic.yaml --delete-all-output ;
149-
snakemake -call resources/test-elec-clusters/networks/base_s_adm.nc --configfile config/test/config.clusters.yaml --delete-all-output ;
150-
snakemake -call --configfile config/test/config.scenarios.yaml -n --delete-all-output ;
151-
snakemake -call plot_power_networks_clustered --configfile config/test/config.tyndp.yaml --delete-all-output ;
146+
snakemake -call ariadne_all --until export_ariadne_variables --configfile=config/test/config.dach.yaml --delete-all-output ;
152147
echo "All test outputs have been cleaned up."
153148
"""
154149
unit-tests = "pytest test"

0 commit comments

Comments
 (0)