lenaRB / crml-compiler

Implementation of the CRML to Modelica compiler supported by the ITEA3 EMBRACE project.
6 stars 7 forks source link

problem in generation of "within" statement #90

Open audrey-jardin opened 2 weeks ago

audrey-jardin commented 2 weeks ago

@lenaRB : Several unit tests embedding external variables are failing in the test_report.html since the within statement is incompletely generated during the building of their corresponding verification models.

See for instance unit test BecomesFalse: within ; in the corresponding BecomesFalse_verif.mo model should be replaced by within BecomesFalse;