diff --git a/Snakefile b/Snakefile index f8a1e476..0e783beb 100644 --- a/Snakefile +++ b/Snakefile @@ -19,7 +19,6 @@ if not exists("config/config.yaml"): configfile: "config/config.yaml" -configfile: "config/config.validation.yaml" COSTS = f"data/costs_{config['costs']['year']}.csv" diff --git a/matplotlibrc b/matplotlibrc index 8d8a0a93..f00ed5cd 100644 --- a/matplotlibrc +++ b/matplotlibrc @@ -5,4 +5,3 @@ font.family: sans-serif font.sans-serif: Ubuntu, DejaVu Sans image.cmap: viridis figure.autolayout : True -figure.dpi: 300