Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Mar 31, 2023
1 parent 6ccb9e4 commit bef3c2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unfold/unfold.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bef3c2c

Please sign in to comment.