Skip to content
Snippets Groups Projects

Add to existing model

Merged Daniel Hornung requested to merge f-add-to-existing-model into dev
1 unresolved thread
4 files
+ 103
18
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -60,7 +60,8 @@ class DataModel(dict):
different purpose (e.g. someone else's experiment).
DataModel inherits from dict. The keys are always the names of the
entities. Thus you cannot have unnamed entities in your model.
entities. Thus you cannot have unnamed or ambiguously named entities in your
model.
Example:
Loading