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.
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, andscipy.optimize.root
can only handle problem from R^n to R^n.