Skip to content
Snippets Groups Projects

[WIP] examples.tutorial_dynamic_model: Adapt tutorial for new update-function

Closed Sebastian Heppner requested to merge fix/tutorial_dynamic_model into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -148,8 +148,7 @@ submodel = model.Submodel(
)
# Update the complete process list to have current data
# TODO in future it will be sufficient to `update()` the submodel, which should propagate the request recursively.
submodel.get_referable('processes').update()
submodel.update()
# Write the submodel to a JSON file.
# See `tutorial_serialization_deserialization_json.py` for more information.
Loading