From 67d40ae5d9f6310dc554a10c31d33bf4eb5e921f Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Wed, 4 Aug 2021 14:54:00 +0200 Subject: [PATCH] remove unused line --- 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 d3d351d6..96f30ae4 100644 --- a/scripts/prepare_sector_network.py +++ b/scripts/prepare_sector_network.py @@ -1656,8 +1656,6 @@ def add_biomass(n, costs): print("adding biomass") - nodes = pop_layout.index - # biomass distributed at country level - i.e. transport within country allowed countries = n.buses.country.dropna().unique()