diff --git a/premise/export.py b/premise/export.py index 69cbfa19..95e243dd 100644 --- a/premise/export.py +++ b/premise/export.py @@ -780,7 +780,7 @@ def generate_scenario_difference_file( df.loc[df["flow type"].isin(["technosphere", "production"]), "from categories"] = ( None ) - df.loc[df["flow type"] == "production", list_scenarios] = 1.0 + # df.loc[df["flow type"] == "production", list_scenarios] = 1.0 df.loc[df["flow type"] == "biosphere", "from database"] = biosphere_name