Open gschwind opened 5 months ago
Hello,
With lca_algebraic-1.1.0, calling multiLCAAlgebric with worng parameters break futur call of multiLCAAlgebric.
if I call:
multiLCAAlgebric(some_modules, some_methods, unknown_paramters=some_value)
I get an exception, which is fine, but when I call multiLCAAlgebric again with valid parameters, I still get an exception for the unknown_parameters of the previous call. It can only be fixed by restarting a new python interpreter.
multiLCAAlgebric
Best regards
this issue also apply to compute_impacts
compute_impacts
Hello,
With lca_algebraic-1.1.0, calling multiLCAAlgebric with worng parameters break futur call of multiLCAAlgebric.
if I call:
I get an exception, which is fine, but when I call
multiLCAAlgebric
again with valid parameters, I still get an exception for the unknown_parameters of the previous call. It can only be fixed by restarting a new python interpreter.Best regards