Opened 6 years ago
Closed 6 years ago
#5176 closed defect (fixed)
The CI verification results are broken if the reference result file has a wider interval than StopTime
Reported by: | Francesco Casella | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | critical | Milestone: | 1.14.0 |
Component: | Testing Framework | Version: | |
Keywords: | Cc: |
Description
Please check Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.diff.loadInertia.phi. The reference trajectory is defined up to time = 1.5. However, the model has StopTime = 1, so OMC only provides data untile time = 1. After that, it considers all variablse constants, which of course causes errors because they don't match the reference data anymore.
Please make sure that the comparison is only carried out on the intersection between the time interval of the reference solution and the time interval of the simulation results.
Change History (2)
comment:1 by , 6 years ago
Milestone: | 1.13.0 → 1.14.0 |
---|
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The issue seems to have been solved in the meantime, possibly because of updated reference files.
Rescheduled to 1.14.0 after 1.13.0 releasee