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
I have a broken FMU which can't satisfy error tests, because the evaluation of the ODE system is wrong (playing around with some neural networks in there). CVODE will fail the error test, OMSimulator prints a warning and then does the exact same step again. This loop never stops.
[CVODE ERROR] CVode
At t = 1.0002 and h = 0.0002, the error test failed repeatedly or with |h| = hmin.
Expected behavior
CVODE already tries multiple times (e.g. reducing the internal step size?) and fails to do the integrator step. In that case oms::SystemSC::doStep should fail after printing the error message.
Description
I have a broken FMU which can't satisfy error tests, because the evaluation of the ODE system is wrong (playing around with some neural networks in there). CVODE will fail the error test, OMSimulator prints a warning and then does the exact same step again. This loop never stops.
Steps to reproduce the behavior
Expected behavior
CVODE already tries multiple times (e.g. reducing the internal step size?) and fails to do the integrator step. In that case
oms::SystemSC::doStep
should fail after printing the error message.Version and OS
The text was updated successfully, but these errors were encountered: