Skip to content

Commit

Permalink
Refactor construct_metadata function to update coupling label to name
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-k-martin committed Sep 30, 2024
1 parent f29be9a commit df99b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvb_ext_ontology/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def construct_metadata(nodes_data):
},
},
"coupling": {
"label": custom_get(nodes_data, "coupling", "Linear"),
"name": custom_get(nodes_data, "coupling", "Linear"),
},
"integration": {
"method": custom_get(nodes_data, "integrationMethod", "Heun"),
Expand Down

0 comments on commit df99b53

Please sign in to comment.