Skip to content

Commit 7cd2062

Browse files
tgilonlkstrp
authored andcommitted
Revert "docs: remove -call argument (#1386)" (#1650)
* Revert "docs: remove `-call` argument (#1386)" This reverts commit 225dae0. * doc: add release note * build: update snakemake requirement * build: remove too restrictive version in env
1 parent 6ee47fc commit 7cd2062

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,21 @@ test:
5656
set -e
5757
echo "Running tests..."
5858
echo "Build scenarios..."
59-
snakemake build_scenarios
59+
snakemake -call build_scenarios
6060
echo "Run DACH config..."
61-
snakemake ariadne_all --configfile=config/test/config.dach.yaml
61+
snakemake -call ariadne_all --configfile=config/test/config.dach.yaml
6262
echo "All tests completed successfully."
6363

6464
unit-test:
6565
pytest test
6666

6767
# Cleans all output files from tests
6868
clean-tests:
69-
snakemake solve_elec_networks --configfile config/test/config.electricity.yaml --delete-all-output
70-
snakemake --configfile config/test/config.overnight.yaml --delete-all-output
71-
snakemake --configfile config/test/config.myopic.yaml --delete-all-output
72-
snakemake make_summary_perfect --configfile config/test/config.perfect.yaml --delete-all-output
73-
snakemake --configfile config/test/config.scenarios.yaml -n --delete-all-output
69+
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --delete-all-output
70+
snakemake -call --configfile config/test/config.overnight.yaml --delete-all-output
71+
snakemake -call --configfile config/test/config.myopic.yaml --delete-all-output
72+
snakemake -call make_summary_perfect --configfile config/test/config.perfect.yaml --delete-all-output
73+
snakemake -call --configfile config/test/config.scenarios.yaml -n --delete-all-output
7474

7575
# Removes all created files except for large cutout files (similar to fresh clone)
7676
reset:

0 commit comments

Comments
 (0)