diff --git a/Snakefile b/Snakefile index 59939c09..995b5926 100644 --- a/Snakefile +++ b/Snakefile @@ -693,7 +693,7 @@ rule run_test: shell("cp test/config.test1.yaml config.yaml") shell("snakemake --cores all solve_all_networks --forceall") - shell("cp test/config.test2.yaml config.yaml") + shell("cp test/config.test_myopic.yaml config.yaml") shell("snakemake --cores all solve_all_networks_myopic --forceall")