Skip to content

Commit

Permalink
Merge pull request #171 from BlueBrain/memodel-schema
Browse files Browse the repository at this point in the history
also use schema in memodel example
  • Loading branch information
AurelienJaquier authored Sep 19, 2024
2 parents 75c439a + 99d1853 commit f909cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/others/memodel/memodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ def update_memodel(
)

# update memodel resource
forge.update(memodel_r)
schema_id = forge._model.schema_id("MEModel")
forge.update(memodel_r, schema_id=schema_id)


if __name__ == "__main__":
Expand Down

0 comments on commit f909cf9

Please sign in to comment.