oie-mines-paristech / lca_algebraic

Layer over brightway2 for algebraic definition of parametric models and super fast computation of LCA
BSD 2-Clause "Simplified" License
34 stars 18 forks source link

Parameters missing from oat_matrix #48

Closed AmeliePzk closed 2 months ago

AmeliePzk commented 2 months ago

Hello,

I stumbled upon an issue with the OAT analysis. I defined eleven parameters for my model, seven enum and five float. While they all appear in the list (list_parameters()), only four of them (all of the type float) are considered in the OAT analysis. (The one float parameter missing is one I defined through four others, since it is a share and the sum of all five should not exceed 1) Are there maybe any common mistakes coming to mind, which could lead to this issue? In another project, the enum parameters work just fine (so far, I exclusively have enum parameters there).

Thank you in advance!

raphaeljolivet commented 2 months ago

Hi,

Can you tell more ? What version of lca_algebraic are you using ?

Maybe you could share the code (privately, possibly ?)