Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Nov 29, 2024
2 parents 6f2ac97 + 6492a0f commit e4e33c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_process_ei310_cutoff.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ def test_brightway():
bw2data.projects.set_current(f"ecoinvent-{ei_version}-{system_model}")
clear_inventory_cache()

#if f"ecoinvent-{ei_version}-{system_model}" not in bw2data.databases:
# if f"ecoinvent-{ei_version}-{system_model}" not in bw2data.databases:
from bw2io import __version__

print(ei_version, system_model, __version__)

bw2io.import_ecoinvent_release(
Expand Down

0 comments on commit e4e33c2

Please sign in to comment.