brightway-lca / brightway2-data

Tools for the management of inventory databases and impact assessment methods. Part of the Brightway LCA framework.
https://docs.brightway.dev/
BSD 3-Clause "New" or "Revised" License
8 stars 21 forks source link

Tests are failing #78

Closed BenPortner closed 2 years ago

BenPortner commented 3 years ago

Tests are failing due to recent changes introduced in the bw_processing package. When running

python -m pytest ./tests/utils.py

I get an error in the line from bw_processing import load_package because the function has been renamed. When I change the name, the tests still fail because other components changed as well (e.g. AttributeError: 'Datapackage' object has no attribute 'keys' ).

cmutel commented 2 years ago

No longer an issue, thankfully.