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
While working on #2574, I noticed that to keep python/tests/test_pregenerated_models.py::test_pregenerated_model[model_steadystate-nosensi] working,
one needs both
…eSensitivityMode::integrationOnly`
Fixes a bug that would result in disabling Newton's method for
steady-state computation when steady-state sensitivity mode is set
to `integrationOnly`, even if no senitivities are computed.
FixesAMICI-dev#2575.
…eSensitivityMode::integrationOnly`
Fixes a bug that would result in disabling Newton's method for
steady-state computation when steady-state sensitivity mode is set
to `integrationOnly`, even if no senitivities are computed.
This was because only the sensitivity method was checked, but not the sensitivity order.
FixesAMICI-dev#2575.
While working on #2574, I noticed that to keep
python/tests/test_pregenerated_models.py::test_pregenerated_model[model_steadystate-nosensi]
working,one needs both
although the test does not compute any sensitivities.
Changing SteadyStateComputationMode alone, will result in
I don't think
Model::setSteadyStateSensitivityMode
should affect model simulation in case no sensitivities are computed.The text was updated successfully, but these errors were encountered: