Skip to content

Commit

Permalink
update hiball 2023 and ohbm 2023 to version 1.0a11
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek authored Jun 19, 2024
1 parent e3c57b4 commit cb57ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HIBALL-winterschool-2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
"metadata": {},
"outputs": [],
"source": [
"print(siibra.features.Feature.get_ascii_tree())"
"siibra.features.render_ascii_tree(\"Feature\")"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion ohbm-2023-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"matches = matches[(matches.correlation > 0.3) & (matches['map containedness'] < 0.25)]\n",
"\n",
"# display some columns of the filtered table\n",
"matches[['Structure', 'Region', 'Correlation']].round(2)"
"matches[['input structure', 'region', 'correlation']].round(2)"
]
},
{
Expand Down

0 comments on commit cb57ca6

Please sign in to comment.