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 Jun 22, 2024
1 parent 0bae1d7 commit b734732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_gas_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ def plot_empty_dataframe():
fig.savefig(snakemake.output.gas_network_fig_1, dpi=300, bbox_inches="tight")
fig.savefig(snakemake.output.gas_network_fig_2, dpi=300, bbox_inches="tight")


if not snakemake.params.custom_gas_network:
if snakemake.params.gas_config["network_data"] == "GGIT":
pipelines = download_GGIT_gas_network()
Expand Down

0 comments on commit b734732

Please sign in to comment.