Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started #30

Open
olivleno opened this issue May 21, 2024 · 1 comment
Open

Getting started #30

olivleno opened this issue May 21, 2024 · 1 comment

Comments

@olivleno
Copy link

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?

@AnHeuermann
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants