Skip to content

Commit 94de858

Browse files
authored
Merge pull request #251 from ccomb/water_well
Water well
2 parents 56598df + 2210425 commit 94de858

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bw2io/strategies/simapro.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def fix_zero_allocation_products(db):
137137
"""
138138
Fix datasets with a single production exchange and zero allocation factors.
139139
140-
For datasets with a single production exchange and zero allocation factors,
140+
For datasets with a single production exchange and zero allocation factors,
141141
sets the production amount to one and removes all inputs. This prevents the creation of a singular technosphere matrix.
142142
143143
Parameters
@@ -584,6 +584,7 @@ def fix_localized_water_flows(db):
584584
"Water, turbine use, unspecified natural origin",
585585
"Water, unspecified natural origin",
586586
"Water, well, in ground",
587+
"Water, well",
587588
]
588589

589590
mapping = {

0 commit comments

Comments
 (0)