[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
21d1109853
commit
9765b24c1c
@ -66,18 +66,17 @@ if config["foresight"] == "myopic":
|
|||||||
include: "rules/solve_myopic.smk"
|
include: "rules/solve_myopic.smk"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if config["foresight"] == "perfect":
|
if config["foresight"] == "perfect":
|
||||||
|
|
||||||
include: "rules/solve_perfect.smk"
|
include: "rules/solve_perfect.smk"
|
||||||
|
|
||||||
|
|
||||||
rule all:
|
rule all:
|
||||||
input:
|
input:
|
||||||
RESULTS + "graphs/costs.pdf",
|
RESULTS + "graphs/costs.pdf",
|
||||||
default_target: True
|
default_target: True
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
rule purge:
|
rule purge:
|
||||||
run:
|
run:
|
||||||
import builtins
|
import builtins
|
||||||
|
Loading…
Reference in New Issue
Block a user