lenaRB / crml-compiler

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

fix type mismatching when generating verification models #93

Open audrey-jardin opened 2 weeks ago

audrey-jardin commented 2 weeks ago

@lenaRB , @adrpo : Several unit tests are currently failing in the test_report.html due to some type mismatching in the verification models that are automatically generated by the crml compiler.

This is due to the fact that we trying to bind:

Option 1 could be the development of separate library in which some basic types will be defined to be common between CRML2Modelica.mo and CRML.mo libraries. But other options may perhaps be more relevant.