Merge branch 'master' into wildcard-opts-config

This commit is contained in:
virio-andreyana 2023-09-23 19:00:14 +02:00 committed by GitHub
commit 5cbc420775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@ repos:
# Formatting with "black" coding style
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
# Format Python files
- id: black

View File

@ -66,6 +66,12 @@ if config["foresight"] == "myopic":
include: "rules/solve_myopic.smk"
rule all:
input:
RESULTS + "graphs/costs.pdf",
default_target: True
rule purge:
message:
"Purging generated resources, results and docs. Downloads are kept."

View File

@ -14,12 +14,6 @@ localrules:
plot_networks,
rule all:
input:
RESULTS + "graphs/costs.pdf",
default_target: True
rule cluster_networks:
input:
expand(RESOURCES + "networks/elec_s{simpl}_{clusters}.nc", **config["scenario"]),