Rationale
Is your feature request related to a problem? Please describe.
Under Windows there is an issue #38 with the PATH variable. Apparently, this can be circumvented by
- using the .bat file generated by the OpenModelica compiler
omc in the system call in mopyregtest.RegressionTest._run_model, or
- running the omc script command
simulate, instead of buildModel followed by calling the binary via system
Proposed feature
Describe the solution you'd like
Explore the benefits by using simulate in the model_simulate.mos.template
Describe alternatives you've considered
Potential fixes described by users in #38
Additional context
None
Rationale
Is your feature request related to a problem? Please describe.
Under Windows there is an issue #38 with the PATH variable. Apparently, this can be circumvented by
omcin the system call inmopyregtest.RegressionTest._run_model, orsimulate, instead ofbuildModelfollowed by calling the binary viasystemProposed feature
Describe the solution you'd like
Explore the benefits by using
simulatein the model_simulate.mos.templateDescribe alternatives you've considered
Potential fixes described by users in #38
Additional context
None