Andreas
Andreas
It's not good when OMPython isn't running out of the box on Python 3.12 and newer. I encountered this in some CI I'm creating. `setup.py` isn't easily available when installing...
> Is there a recommendation which variant to use for what? It depends on where you are coming from. OMJulia.simulate is like the OMPython version. If you are used to...
> But the resultfile name is now: ref.csv though by default fileNamePrefix=className. > I'd expect: Modelica.Electrical.Analog.Examples.CauerLowPassAnalog_ref.csv That is what you specified with `-r`. To change only the output format skip...
I guess we could convert it to a data frame afterwards. But of course users can do it manually as well.
I don't think it matters too much if you are using a `DataFrame` or something else. All plotting packages I know of work fine with DataFrames and in the end...
@twxin your commits, especially https://github.com/OpenModelica/OpenModelica/pull/12278/commits/61140661149441a8f4b9113d4f4a2303a58f6aa8, seem to introduce a lot of unrelated stuff. Maybe some merge or rebase didn't go as planned? It makes reviewing and helping you with the...
I tried to solve the issue, that the output from command `cmake --build . --parallel --target install` isn't piped to the FMU build log file. On the master branch this...
I managed to get testsuite/openmodelica/fmi/CoSimulation/2.0/ExportIdaFmu_cmake.mos to simulate. Now we need to figure out why the results are wrong. But that's all I can do for now.
No. It looks like your FMU failed to build. I tested it on Ubuntu: [ExportIdaFmu_cmake.mos.log](https://github.com/user-attachments/files/15726536/ExportIdaFmu_cmake.mos.log) When running `> omc ExportIdaFmu_cmake.mos` on Windows it fails to build the FMU as well:...
@Shenris please provide a way for us to reproduce the issue and show us the full log from creating the FMU and the error message from simulating the FMU.