arnoutaertgeerts
arnoutaertgeerts
@saroele Kevin and I implemented this functionality in the `run_models` branch which looks like it has been deleted? @kdavies4 do you know how this happened?
@kdavies4 Have you tried running simulations using the `dymosim` simulator recently? I saw you made some adjustments but I can't seem to get it working, does it still work for...
@kdavies4 If you need some help, let me know! I just need need a quick write-up of how the code works now to get started :)
Probably related to http://stackoverflow.com/questions/21412610/subprocess-popen-using-relative-paths
Fixed with https://github.com/kdavies4/ModelicaRes/pull/32
Most of the implementation is done and works on Windows. I tried to stay as close as possible to your programming style of the `dymosim` class. 3f22fdc9ed72967996352c82b9807483bf008dbd If we need...
The `AttributeError` was due to a different version of the FMU, not of PyFMI. I fixed this in 1e0027f0b6afaff75bd6dbaac0cc9b669bbb9a6d.
The error is caused by this factor: :#(type=Modelica_Fluid_Types*Dynamics) I don't know why natu wants to parse this? Maybe you should prevent natu from parsing types like this?
@kdavies4 Did you find some time to look at this issue? :)
Kevin, I tried again with the latest Modelicares commit https://github.com/kdavies4/ModelicaRes/commit/9339ef6885ad663f855edb820dd6ef61053b322b and natu 0.1.1 but the file still fails to load with the same error: ``` python --------------------------------------------------------------------------- AttributeError Traceback (most...