-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to instantiate FMU 3.0 version in tests/test_fmu_container.py #681
Comments
Can you provide steps to reproduce the problem? |
import pytest dump('Feedthrough.fmu')@pytest.mark.parametrize('fmi_version, parallelDoStep', product([2, 3], [False, True]))
test_create_fmu_container(2,True) |
The FMU Container does currently not support nested FMI 3.0 FMUs. I will tag this as an enhancement request. |
Closing in favor of #715. |
If i try to run the default feedthrough.fmu file using create_fmu_container it is throwing an error with version FMI 3.0 even if i use my own fmu file 3.0 same error is being thrown. But for 2.0 it is working properly.
The text was updated successfully, but these errors were encountered: