Skip to content

Commit

Permalink
Merge pull request #232 from ccomb/change_unit_before_linking
Browse files Browse the repository at this point in the history
change units before linking
  • Loading branch information
cmutel authored May 5, 2024
2 parents b373244 + 2fc0801 commit 9a2e219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bw2io/importers/simapro_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def __init__(
functools.partial(migrate_datasets, migration="default-units"),
functools.partial(migrate_exchanges, migration="default-units"),
functools.partial(set_code_by_activity_hash, overwrite=True),
link_technosphere_based_on_name_unit_location,
change_electricity_unit_mj_to_kwh,
link_technosphere_based_on_name_unit_location,
set_lognormal_loc_value_uncertainty_safe,
]
if normalize_biosphere:
Expand Down

0 comments on commit 9a2e219

Please sign in to comment.