syntron
syntron
PR #282 prepares this; it removes all dependencies on OMCSessionBase - currently it keeps the code alive as OMCSessionCmd but if needed, this part can be removed I have no...
would this project a source for the OMC API? https://github.com/ijknabla/OpenModelicaCompilerForPython I'm quite unsure about the relation to OMPython ...
There seems to be some conversion of the OMC API into a yaml file which then is used to create the matching Python code - this looks like a (semi?)...
@FaBiasch would it be possible for you to set the inputs (= content of the csv file) via the `setInputs()` method? Else it could help to add a wrapper which...
@adeas31 next step would be PR #324 followed by PR #333 (this one includes PR #312); PR #362 and PR #363 could be included at any time
Status for v4.1.0 (if you agree; see PR #384; partly with defined order): * PR #384 * PR #385 * PR #386 * PR #388 * PR #389 * PR...
> [@syntron](https://github.com/syntron) can you please update which PRs are needed for 4.1.0? Done - see above > I also added project [OMPython Release 4.1.0 plan](https://github.com/orgs/OpenModelica/projects/30) to manage 4.1.0 release. Could...
Here it could help to split `ModelicaSystem.__init__()` into two parts: (1) basic setup of the class and (2) definition of all model related options (`fileName`, `modelName`, `lmodel`, `variableFilter` (?), `build`)...
Could this be OM specific? Just from the latest run the results for tests/test_ModelicaSystem.py::test_getSolutions (only Ubuntu results): Python 3.10 / stable => OK Python 3.10 / nightly => fail Python...
@liu-baoding please check if PR #400 and PR #402 fixes the override bug as this part of the code was completly rewritten the improvement of OMC message parsing is still...