Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Nov 29, 2024
1 parent e4e33c2 commit e358a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_process_ei310_cutoff.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_brightway():

ndb.write_db_to_brightway(["test1", "test2", "test3"])

method = [m for m in bw2data.methods if "IPCC" in m[0]][0]
method = [m for m in bw2data.methods if "IPCC" in str(m)][0]

lca = bw2calc.LCA({bw2data.Database("test1").random(): 1}, method)
lca.lci()
Expand Down

0 comments on commit e358a79

Please sign in to comment.