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
When preequilibration (or finding a steadystate in general) fails, SteadystateProblem::handleSteadyStateFailure currently produces AMICI simulation failed: Steady state computation failed. First run of Newton solver failed. Simulation to steady state failed: No convergence was achieved. Second run of Newton solver failed., even in cases where no Newton solve or no simulation was attempted. This is confusing and needs to be changed.
The text was updated successfully, but these errors were encountered:
When preequilibration (or finding a steadystate in general) fails,
`SteadystateProblem::handleSteadyStateFailure` produced
`AMICI simulation failed: Steady state computation failed. First run of Newton solver failed. Simulation to steady state failed: No convergence was achieved. Second run of Newton solver failed.`,
even in cases where no Newton solve or no simulation was attempted.
This is confusing and is changed here, so that the message now reflects what has actually happened.
Closes#2178
When preequilibration (or finding a steadystate in general) fails,
SteadystateProblem::handleSteadyStateFailure
currently producesAMICI simulation failed: Steady state computation failed. First run of Newton solver failed. Simulation to steady state failed: No convergence was achieved. Second run of Newton solver failed.
, even in cases where no Newton solve or no simulation was attempted. This is confusing and needs to be changed.The text was updated successfully, but these errors were encountered: