Closed pjamesjoyce closed 2 months ago
We have explicit tests for a single functional unit, so I'm not sure what is happening here. Can you check the same setup (same functional unit and first impact category) in the normal LCA
? Otherwise, I would need more info on the way your data is setup to be able to debug anything...
Sorry @cmutel - ignore this - whatever was causing it for me must've been been fixed between dev17 and dev21 - teach me to always update to the latest and greatest before posting an issue!
I understand the main use case for
MultiLCA
is multiple demands, multiple impact methods, but I get an odd behaviour when trying to run it for a single demand and multiple impact assessment methods. It runs with no errors or warnings, but gives a result of 0.0 every time.For example, where
EF31
is a list of the EF3.1 impact assessment methods:and
demands
consists of one item:The following runs as a
MultiLCA
but the results are all zero:
If you add a second item to the demands e.g.:
and then run exactly the same code, the scores appear for the original item:
etc....
Is this expected behaviour? and if so, what's best practice for running multiple impact categories for one demand?
Thanks