modelica-tools / FMUComplianceChecker

FMI Compliance Checker for validation of FMUs 1.0 and 2.0
BSD 3-Clause "New" or "Revised" License
42 stars 31 forks source link

Skipped one specific time step write out in simulation #51

Closed clemensschiffer closed 4 years ago

clemensschiffer commented 4 years ago

Hello,

when I check a FMU with the following settings: -h 1e-2 -s 5 the results write out goes directly from time 0.9 to 1.1 skipping time 1.

As far as I can tell the results are correct. Only this time step is skipped, and only with these settings(?). Any FMU; log from bouncingBall.fmu. Tested with: Linux64, Win64, 2.0.4 binary release.

Logfile attached: see line 147

logfile.log result_csv.txt

clemensschiffer commented 4 years ago

Disregard: -n number of output point must be set to see all communication point. My bad.