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
None of the attached fmi3-modelDescriptions can be read (fmi3LoadModelDescription(mdpath)) due to problems with the start values of array-parameters.
Since the Dymola-modelDescriptions (subscript D) and SimulationX-modelDescriptions (subscript SX) end in different branches in parseModelVariables, I added two variants of both.
For the Dymola-parameters it seems the problem is that they are sometimes not Floats, but Integers, I guess there is a casting (plus warning!?) missing.
PS: @ThummeTo sorry for the confusion yesterday where we couldn't find the "Dimension". We looked into the wrong file. My bad. Sorry! ModelDescription.zip
The text was updated successfully, but these errors were encountered:
None of the attached fmi3-modelDescriptions can be read (fmi3LoadModelDescription(mdpath)) due to problems with the start values of array-parameters.
Since the Dymola-modelDescriptions (subscript D) and SimulationX-modelDescriptions (subscript SX) end in different branches in parseModelVariables, I added two variants of both.
For the Dymola-parameters it seems the problem is that they are sometimes not Floats, but Integers, I guess there is a casting (plus warning!?) missing.
PS: @ThummeTo sorry for the confusion yesterday where we couldn't find the "Dimension". We looked into the wrong file. My bad. Sorry!
ModelDescription.zip
The text was updated successfully, but these errors were encountered: