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
{{ message }}
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
The latest version of FMUChecker (2.0.4) seems to not propagate the simulation stop time to FMUs 2.0 for co-simulation.
The following line indicates that the last argument of
fmi2_import_setup_experiment()
is set to 0 as opposed totEnd
.FMUComplianceChecker/src/FMI2/fmi2_cs_sim.c
Line 50 in f0fd0b2
Consequently, FMUChecker will not use the stop time provided as parameter. Changing the value to
tEnd
will lead to the correct behavior.The text was updated successfully, but these errors were encountered: