You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
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?
The text was updated successfully, but these errors were encountered: