Skip to content

Commit 17bd880

Browse files
committed
fix pre-commit
1 parent 7cd2062 commit 17bd880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pypsa-de/plot_ariadne_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ def plot_h2_map(n, regions, savepath, only_de=False):
19011901
def plot_h2_map_de(
19021902
n, regions, tech_colors, savepath, specify_buses=None, german_carriers=True
19031903
):
1904-
assign_location(n)
1904+
assign_locations(n)
19051905

19061906
legend_label = "hydrogen storage [TWh]"
19071907
production_title = "Hydrogen infrastructure (production)"

0 commit comments

Comments
 (0)