We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
invert_technosphere_matrix
Hi all,
I think the assert check in the invert_technosphere_matrix method in lca_base.py should also include the case of multi LCA.
assert
lca_base.py
If that's correct, this row
brightway2-calc/bw2calc/lca_base.py
Line 248 in f5d9d7e
should be replaced by
assert hasattr(self, "inventory") or hasattr(self, "inventories"), "Must do lci first"
In theory, the technosphere is unique even for a multi LCA, so this makes sense, right?
Thanks in advance for feedback/clarification :)
The text was updated successfully, but these errors were encountered:
742549c
Fix released in 2.0.2
Sorry, something went wrong.
No branches or pull requests
Hi all,
I think the
assert
check in theinvert_technosphere_matrix
method inlca_base.py
should also include the case of multi LCA.If that's correct, this row
brightway2-calc/bw2calc/lca_base.py
Line 248 in f5d9d7e
should be replaced by
In theory, the technosphere is unique even for a multi LCA, so this makes sense, right?
Thanks in advance for feedback/clarification :)
The text was updated successfully, but these errors were encountered: