Opened 9 years ago

Closed 3 years ago

#3078 closed defect (fixed)

Variable outside interval wrongly reported for certain variables

Reported by: lochel Owned by: lochel
Priority: high Milestone: 1.16.0
Component: Backend Version: trunk
Keywords: Cc:

Description

There are a lot of new min/max warnings since r24052, e.g. for Modelica.Fluid.Examples.AST_BatchPlant.Test.OneTank:

Warning: Variable flowSource.medium.MM out of [min, max] interval: flowSource.medium.MM >= 0.001 and flowSource.medium.MM <= 0.25 has value: 0
Warning: Variable tank.medium.MM out of [min, max] interval: tank.medium.MM >= 0.001 and tank.medium.MM <= 0.25 has value: 0

Change History (1)

comment:1 Changed 3 years ago by perost

  • Milestone changed from Future to 1.16.0
  • Resolution set to fixed
  • Status changed from new to closed

This no longer seems to be the case.

Note: See TracTickets for help on using tickets.