Skip to content

Commit

Permalink
Remove the line that forces production flows to 1 in SDF
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Oct 3, 2024
1 parent 72f656e commit 0cf3a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premise/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0cf3a5e

Please sign in to comment.