Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 23, 2025
1 parent e5a3281 commit 308bbcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/pypsa-de/plot_ariadne_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -2449,7 +2449,6 @@ def plot_elec_map_de(
frameon=True,
facecolor="white",
fontsize=14,

)

add_legend_patches(ax, colors, labels, legend_kw=legend_kw_patches)
Expand Down
3 changes: 2 additions & 1 deletion scripts/pypsa-de/plot_ariadne_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
import pandas as pd

from scripts._helpers import mock_snakemake

TWh2PJ = 3.6


def plot_trade(
df,
savepath,
):
):
# WARNING CODE DUPLICATION
# WARNING i just asked COPILOT to reformat the two plots below
# load data and convert to TWh
Expand Down

0 comments on commit 308bbcb

Please sign in to comment.