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 b373244 + 2fc0801 commit 9a2e219Copy full SHA for 9a2e219
bw2io/importers/simapro_csv.py
@@ -72,8 +72,8 @@ def __init__(
72
functools.partial(migrate_datasets, migration="default-units"),
73
functools.partial(migrate_exchanges, migration="default-units"),
74
functools.partial(set_code_by_activity_hash, overwrite=True),
75
- link_technosphere_based_on_name_unit_location,
76
change_electricity_unit_mj_to_kwh,
+ link_technosphere_based_on_name_unit_location,
77
set_lognormal_loc_value_uncertainty_safe,
78
]
79
if normalize_biosphere:
0 commit comments