Skip to content

Commit

Permalink
don't apply set_biosphere_type twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Sep 19, 2023
1 parent a7e62fe commit 003166f
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 003166f

Please sign in to comment.