Skip to content

Commit

Permalink
Merge pull request #219 from ccomb/duplicate_strategy
Browse files Browse the repository at this point in the history
don't apply `set_biosphere_type` twice
  • Loading branch information
cmutel authored Sep 22, 2023
2 parents a7e62fe + 003166f commit 7e605cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bw2io/importers/simapro_lcia_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(
set_biosphere_type,
normalize_simapro_biosphere_categories,
normalize_simapro_biosphere_names,
] + self.strategies[1:]
] + self.strategies[2:]
start = time()
self.data = SimaProLCIACSVExtractor.extract(filepath, delimiter, encoding)
print(
Expand Down

0 comments on commit 7e605cb

Please sign in to comment.