From d6e710e74ae0dde3ff16c158ec5d4b1bfe990854 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sun, 18 Feb 2024 11:51:46 +0100 Subject: [PATCH] test.sh: patch end-of-file --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index c36ce5cd..d6007750 100755 --- a/test.sh +++ b/test.sh @@ -6,4 +6,4 @@ snakemake -call solve_elec_networks --configfile config/test/config.electricity. snakemake -call all --configfile config/test/config.overnight.yaml --rerun-triggers=mtime && \ snakemake -call all --configfile config/test/config.myopic.yaml --rerun-triggers=mtime && \ snakemake -call all --configfile config/test/config.perfect.yaml --rerun-triggers=mtime && \ -snakemake -call all --configfile config/test/config.scenarios.yaml --rerun-triggers=mtime -n && \ +snakemake -call all --configfile config/test/config.scenarios.yaml --rerun-triggers=mtime -n