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
Running reference model BouncingBall.fmu causes infinite prints in console:
[CVODE ERROR] CVode
At t = 0.446 and h = 0.001, the error test failed repeatedly or with |h| = hmin.
error: [doStep] SUNDIALS_ERROR: CVode() failed with flag = -3
Thanks, that makes sense. What doesn't make sense is OMSimulator going into an infinite loop. The code should be able to notice the issue and return oms_status_error in cases like this.
Description
Running reference model BouncingBall.fmu causes infinite prints in console:
Steps to reproduce the behavior
Notice that as soon as you call "oms_simulate" the console will start filling with errors.
Expected behavior
The simulation should finish as expected. Running OMSimulator.exe from command-line works fine:
OMSimulator.exe --startTime=0.0 --stopTime=1.0 --resultFile="C:/local/foobar/result/results.csv" "./Reference-FMUs-0.0.29/2.0/BouncingBall.fmu"
Version and OS
The text was updated successfully, but these errors were encountered: