Skip to content

Commit 9a2e219

Browse files
authored
Merge pull request #232 from ccomb/change_unit_before_linking
change units before linking
2 parents b373244 + 2fc0801 commit 9a2e219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bw2io/importers/simapro_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def __init__(
7272
functools.partial(migrate_datasets, migration="default-units"),
7373
functools.partial(migrate_exchanges, migration="default-units"),
7474
functools.partial(set_code_by_activity_hash, overwrite=True),
75-
link_technosphere_based_on_name_unit_location,
7675
change_electricity_unit_mj_to_kwh,
76+
link_technosphere_based_on_name_unit_location,
7777
set_lognormal_loc_value_uncertainty_safe,
7878
]
7979
if normalize_biosphere:

0 commit comments

Comments
 (0)