Skip to content

Commit

Permalink
Revise run_test myopic name
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Jul 13, 2024
1 parent a4eed34 commit fe35ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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")


Expand Down

0 comments on commit fe35ac1

Please sign in to comment.