Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with multiLCAAlgebric: "No biosphere flows found" and Matrix Dimension Issue #62

Open
Elon-W414 opened this issue Nov 29, 2024 · 0 comments

Comments

@Elon-W414
Copy link

When using the multiLCAAlgebric function with my offshore_windfarm_FU and a list of methods, I encountered the following issues:

1.Warning:

 D:\All_about_python\ANACONDA\envs\lca\lib\site-packages\bw2calc\lca.py:228: UserWarning: No biosphere flows found. No inventory results can be calculated, `lcia` will raise an error warnings.warn("No biosphere flows found. No inventory results can "

2.Error:

ValueError: axis 0 index 20 exceeds matrix dimension 0

To debug the issue, I tried using a single method directly, but encountered another error:

Single Method Test
Code:

method_test = ('EF v3.0', 'acidification', 'accumulated exceedance (AE)')
multiLCAAlgebric(offshore_windfarm_FU, method_test)

Error:

AssertionError: Can't find method object EF v3.0

Environment:
Operating System: Windows 11 23H2 64-bit
Python: 3.10.15
brightway2: 2.4.7
lca_algebraic: 1.1.2
Database: ecoinvent 3.10_apos

Could you provide guidance on how to resolve these errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant