You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks very useful for model developers.
Is there a getting started guideline for simulation engineers?
At least to me it is not clear what prerequisites I have to provide to get it to work.
My goal would be to setup my Modelica library repository in such a way that I can:
generate reference data
run a regression test of the current branch
Having all this on a server would be nice to have but I'd be happy with running this on my local machine using a locally installed version of OMC.
What is needed to try these two things on the provided example?
The text was updated successfully, but these errors were encountered:
Generating reference data is our of scope for this action. But you can write a small script to simulate all your models with OpenModelica, Dymola or any other Modelica tool and save the reference file in some location like ReferenceFiles/PackageA.PackageB.M.csv.
To run a regression test you then need to create a workflow using this action and specify the inputs. You can take a look at the workflow of PNlib.
This looks very useful for model developers.
Is there a getting started guideline for simulation engineers?
At least to me it is not clear what prerequisites I have to provide to get it to work.
My goal would be to setup my Modelica library repository in such a way that I can:
Having all this on a server would be nice to have but I'd be happy with running this on my local machine using a locally installed version of OMC.
What is needed to try these two things on the provided example?
The text was updated successfully, but these errors were encountered: