jessegrabowski/gEconpy

`model.steady_state` fails when user provides a partial steady state

Closed this issue · 0 comments

When a partial steady-state is declared in the GCN, the model.steady_state() function raises an error. This is because the provided relationships eliminate input variables without eliminating model equations, and scipy.optimize.root can only handle problem from R^n to R^n.