-
Notifications
You must be signed in to change notification settings - Fork 18
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
Problem simulating via FMPy #45
Comments
Could you possibly add your fmu file (for Linux) so that I can double check it. |
Here it is: Just to mention that if I export it as FMU for ME it simulates fine. The problem appears when I export it as FMU for CS. |
I investigate this issue with the nightly build version Case 1Investigated model:
Case 2Investigated model:
|
So I cannot reproduce the FMPy error message for Case 2 processing the co-simulation FMU. Possible causes are:
|
I am getting the same error when I am trying to simulate the CS model at both fmpy 0.2.14 and fmpy 0.3.0. |
I have exported the model PhotoVoltaics_TGM.TGM_Comax_Measurement_20160808 as fmu and when I am trying to simulate it in python through FMPy I am getting the following error:
assert | debug | Model error: Argument of sqrt(converter.iAC.re ^ 2.0 + converter.iAC.im ^ 2.0) was nan should be >= 0
Any idea of what is going on?
The text was updated successfully, but these errors were encountered: