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
Needs debugging of pylems: LEMS/pylems#86
TODO:
- allow choosing simulation engine
- save simulation date
- allow saving data over multiple simulations
- if `include_includes` is set, we replace the `Include` statements with
their contents
- if not, the `Include` statements are kept as part of the model and
when the model is exported, they're also exported.
Fixes#86
When loading a new model, one can set
include_includes=True
orFalse
. What should happen is:Include...
lines are replaced by the content of the included fileInclude
lines are kept as isThis may not be currently happening, so we need to add unit tests to confirm this behaviour and fix any bugs if present
The text was updated successfully, but these errors were encountered: