dkaschek / dMod

Dynamic modeling and parameter estimation in R
19 stars 8 forks source link

Steady state not saved in file if there is only 1 equation #64

Open burgerga opened 2 years ago

burgerga commented 2 years ago

Because of https://github.com/dkaschek/dMod/blob/1b9ab405f4290383d9c5e15d6b4f5ab19e944cf5/R/steadyStates.R#L52 no file gets written, although steady state is correctly calculated.

Changing to >= 1 solves the issue for me.