-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Currently we have some test jobs that unnecessarily carry out duplicate work:
- the master-fmi and the master-fmi-fmpy jobs each build the FMUs before running them, but that's not necessary, the FMUs could just be built once and then ran twice, once with OMSimulator and once with FMPy
- the gbode task currrently runs once with the default parameters - in the future, we could try different gbode settings (e.g. different algorithms, possibly including multi-rate) for which there is no need to re-compile the simulation code.
We should probably split some of the test jobs to avoid this issue.
Metadata
Metadata
Assignees
Labels
No labels