Skip to content

Commit

Permalink
EBR-82 Fixing siibra_base notebook tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianciu authored and liadomide committed Jul 30, 2024
1 parent 0f37d39 commit dbb2313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tvb_documentation/demos/siibra_tvb_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
"outputs": [],
"source": [
"# you can get this dictionary any way you want, but, in the context of this demo, this is the easiest way to do it\n",
"struct_conn_dict = get_structural_connectivities_from_kg('human', 'julich 3', 'HCP', '002')"
"struct_conn_dict = get_structural_connectivities_from_kg('human', 'julich 3.0', 'HCP', '002')"
]
},
{
Expand All @@ -796,7 +796,7 @@
"outputs": [],
"source": [
"from tvb.adapters.creators.siibra_base import get_connectivity_measures_from_kg\n",
"func_conn_dict = get_connectivity_measures_from_kg('human', 'julich 3', 'HCP', '002', struct_conn_dict)"
"func_conn_dict = get_connectivity_measures_from_kg('human', 'julich 3.0', 'HCP', '002', struct_conn_dict)"
]
},
{
Expand Down

0 comments on commit dbb2313

Please sign in to comment.