Migration to OpenModelica 1.25 and FMUs Generation

This commit is contained in:
2026-05-26 09:37:35 +02:00
parent fdf293ece6
commit fe90b840ed
370 changed files with 968105 additions and 743 deletions

View File

@@ -0,0 +1,6 @@
# test_pyfmi.py
from pyfmi.examples import fmi_bouncing_ball_cs
print("Testing PyFMI installation...")
fmi_bouncing_ball_cs.run_demo()
print("✅ PyFMI and FMI Library work correctly!")