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
I'm in the process of adding regression tests for OpenModelica via OMJulia.jl using FMI.jl as FMU importing tool, see OpenModelica/OMJulia.jl#111. But FMI.jl is failing to import some of the FMUs.
The FMU is simulating with FMPy and OMSimulator.
How to reproduce
Export FMU with OpenModelica for Modelica model Modelica.Blocks.Examples.RealNetwork1 from the Modelica standard library.
The text was updated successfully, but these errors were encountered:
AnHeuermann
changed the title
AssertionError for OpenModelica Modelica.Blocks.Examples.RealNetwork1 2.0.4 FMU
DimensionMismatch for OpenModelica Modelica.Blocks.Examples.RealNetwork1 2.0.4 FMU
Nov 20, 2023
Issue
I'm in the process of adding regression tests for OpenModelica via OMJulia.jl using FMI.jl as FMU importing tool, see OpenModelica/OMJulia.jl#111. But FMI.jl is failing to import some of the FMUs.
The FMU is simulating with FMPy and OMSimulator.
How to reproduce
Export FMU with OpenModelica for Modelica model
Modelica.Blocks.Examples.RealNetwork1
from the Modelica standard library.Export FMU:
or download pre-build FMUs (remove
.zip
from the filename):Linux Modelica.Blocks.Examples.RealNetwork1.fmu
Windows Modelica.Blocks.Examples.RealNetwork1.fmu
Simulate with FMI.jl:
Error message
I'm getting different error messages on different platforms, here is the Windows error message:
Stacktrace:
error.log
Versions 'n stuff
The text was updated successfully, but these errors were encountered: