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

Allow user to provide his own assumptions for parameters #27

Closed gschwind closed 5 months ago

gschwind commented 1 year ago

Hello,

Within the ParamDef.__new__ the kwargs are dropped to build and replace assumptions within Symbol.__new__. This patch change this behavior, instead of replacing kwargs it's update it.