From 443f6690a6452cc8055cfcefb8f8622802bba42f Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sat, 30 Sep 2023 11:43:43 +0000 Subject: [PATCH] Black reformating --- premise/data_collection.py | 1 - 1 file changed, 1 deletion(-) diff --git a/premise/data_collection.py b/premise/data_collection.py index 555a678e..d7da260e 100644 --- a/premise/data_collection.py +++ b/premise/data_collection.py @@ -724,7 +724,6 @@ def __get_iam_data( # convert the values in these columns to numeric dataframe[headers] = dataframe[headers].apply(pd.to_numeric, errors="coerce") - array = ( dataframe.melt( id_vars=["region", "variables", "unit"],