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
Using generated FMU in fmpy I encountered 2 problems:
Create 2 different FMUs (or the same fmu) and try to load them in fmpy one by one. the second fmu will throw the following exception:
[FATAL] Fatal py exception encountered: [ctor] findClass
AttributeError("module 'fmugen' has no attribute 'SineWaveProcessor'")
pythonfmu -V
0.6.5
For the other problem I can create another issue, but it can be related to the same problem here, so I put it anyway here: After simulation is finished I get the following error
One update, it seems if I use the same filename for the FMU (for e.g. fmugen.py) then the second FMU cannot be loaded. I adapted the filenames to the class names, but still the second issue persist.
Hello there,
Using generated FMU in fmpy I encountered 2 problems:
Create 2 different FMUs (or the same fmu) and try to load them in fmpy one by one. the second fmu will throw the following exception:
For the other problem I can create another issue, but it can be related to the same problem here, so I put it anyway here: After simulation is finished I get the following error
The text was updated successfully, but these errors were encountered: