From 53ad90095ab1f5d62d2ad61d57a7c9cd94cafe31 Mon Sep 17 00:00:00 2001 From: Iegor Riepin Date: Thu, 30 Jun 2022 17:17:12 +0200 Subject: [PATCH] Update scripts/prepare_sector_network.py sync it up to Fabian's feeling of useful things Co-authored-by: Fabian Neumann --- scripts/prepare_sector_network.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/prepare_sector_network.py b/scripts/prepare_sector_network.py index 7903921c..03ffa4fa 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -2469,5 +2469,3 @@ if __name__ == "__main__": add_electricity_grid_connection(n, costs) n.export_to_netcdf(snakemake.output[0]) - -# %%