-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support simulations via FMI #19
Comments
Will be supported via a context manager: modelicares.exps.simulators.fmi |
Most of the implementation is done and works on Windows. I tried to stay as close as possible to your programming style of the If we need some other features, let me know! |
I got the following error when I tried simulations.ipynb: I got a similar error with using ME instead of CS: When I commented out the |
Otherwise, we mostly just need to clean things up (code, docstrings, examples). I need to do a sensitivity analysis (Morris method) using the exps module for my research. If that leads to any useful functions I'll add them. I'd like to release all this in a new version before the next Activity 1.4 mtg (mid to late Jan). Good work! |
Here's an idea: instead of internally storing |
The |
Great! |
Use PyFMI; see http://www.os.is/gogn/Skyrslur/OS-2012/OS-2012-06/OS-2012-06-03.pdf and http://nbviewer.ipython.org/gist/saroele/e6f176ac0ff391e8982a
The text was updated successfully, but these errors were encountered: