From da6469b80c14b5e23f39baa863e82ef207a3f8d5 Mon Sep 17 00:00:00 2001 From: virio-andreyana <114650479+virio-andreyana@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:08:10 +0100 Subject: [PATCH] Update scripts/build_gas_input_locations.py Co-authored-by: Fabian Hofmann --- scripts/build_gas_input_locations.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/build_gas_input_locations.py b/scripts/build_gas_input_locations.py index 4c30030a..d01f518d 100644 --- a/scripts/build_gas_input_locations.py +++ b/scripts/build_gas_input_locations.py @@ -11,9 +11,6 @@ from shapely import wkt from cluster_gas_network import load_bus_regions -import warnings -warnings.filterwarnings('ignore') - def read_scigrid_gas(fn): df = gpd.read_file(fn)