You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the user_generated_inits file, if there is a row specifying conc_unbalanced parameters for balanced metabolites, maud will spit a wall of Stan errors:
...
Exception: ode_bdf_tol: ode parameters and data[14] is nan, but must be finite! (in '/home/georg/git/maud.git/master/src/maud/stan/model.stan', line 156, column 4 to line 203, column 39)
Exception: ode_bdf_tol: ode parameters and data[14] is nan, but must be finite! (in '/home/georg/git/maud.git/master/src/maud/stan/model.stan', line 156, column 4 to line 203, column 39)
Exception: ode_bdf_tol: ode parameters and data[14] is nan, but must be finite! (in '/home/georg/git/maud.git/master/src/maud/stan/model.stan', line 156, column 4 to line 203, column 39)
...
This can happen if/when the user changes a metabolite from unbalanced to balanced and forgets about the inits file.
Desired behavior
Some very light validation for the generated inits would be great to enhance UX.
The text was updated successfully, but these errors were encountered:
Description
In the
user_generated_inits
file, if there is a row specifyingconc_unbalanced
parameters for balanced metabolites, maud will spit a wall of Stan errors:This can happen if/when the user changes a metabolite from unbalanced to balanced and forgets about the inits file.
Desired behavior
Some very light validation for the generated inits would be great to enhance UX.
The text was updated successfully, but these errors were encountered: