lenaRB / crml-compiler

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

Running simulation tests on the files generated by the translator #21

Closed lenaRB closed 6 months ago

lenaRB commented 1 year ago

Ideally we would find a way of running the docker image from JUnit, but there needs to be a way that does not reload it everytime otherwise it is ridiculously inefficient

Otherwise some script that runs all the simulated models

One issue to consider is that a lot of them rely on external variables, so we might need to connect them in some batch way.

lenaRB commented 1 year ago

I have added the instructions to run and compare simulation results with Adrian's help, the Readme in the test folder explains the file structure

lenaRB commented 6 months ago

I am closing this issue because I think the latest updates fix the test reports in the general sense. We can open more specific issues for bugs if relevant.