We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56598df + 2210425 commit 94de858Copy full SHA for 94de858
bw2io/strategies/simapro.py
@@ -137,7 +137,7 @@ def fix_zero_allocation_products(db):
137
"""
138
Fix datasets with a single production exchange and zero allocation factors.
139
140
- For datasets with a single production exchange and zero allocation factors,
+ For datasets with a single production exchange and zero allocation factors,
141
sets the production amount to one and removes all inputs. This prevents the creation of a singular technosphere matrix.
142
143
Parameters
@@ -584,6 +584,7 @@ def fix_localized_water_flows(db):
584
"Water, turbine use, unspecified natural origin",
585
"Water, unspecified natural origin",
586
"Water, well, in ground",
587
+ "Water, well",
588
]
589
590
mapping = {
0 commit comments