From bef3c2c4afa53392b8be2b2045c207a6287fcc8c Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Fri, 31 Mar 2023 18:31:55 +0000 Subject: [PATCH] Black reformating --- unfold/unfold.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unfold/unfold.py b/unfold/unfold.py index 189951c..c9af2c9 100644 --- a/unfold/unfold.py +++ b/unfold/unfold.py @@ -712,7 +712,6 @@ def filter_out_datasets( (df_gr[scenario_name] == 0) & (df_gr.sum(1) != 0), : ].index.tolist() - # Remove datasets that are not in the current scenario. database = [ act for act in database if act["name"] not in datasets_not_in_scenario