Skip to content

Commit e27925b

Browse files
committed
fix ei version definition
1 parent a1bbbf0 commit e27925b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathways/lcia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_lcia_methods(methods: list = None, ei_version="3.11"):
6565
:rtype: dict[str, dict[tuple[str, str, str], float]]
6666
"""
6767

68-
if ei_version != "3.11":
68+
if ei_version == "3.11":
6969
filepath = LCIA_METHODS_EI311
7070
else:
7171
filepath = LCIA_METHODS_EI310

0 commit comments

Comments
 (0)