From cb57ca64e599bec1b4a38ed914e028860d747dd2 Mon Sep 17 00:00:00 2001 From: Ahmet Nihat Simsek <69900321+AhmetNSimsek@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:51:41 +0200 Subject: [PATCH] update hiball 2023 and ohbm 2023 to version 1.0a11 --- HIBALL-winterschool-2023.ipynb | 2 +- ohbm-2023-example.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HIBALL-winterschool-2023.ipynb b/HIBALL-winterschool-2023.ipynb index baff63a..41201ce 100644 --- a/HIBALL-winterschool-2023.ipynb +++ b/HIBALL-winterschool-2023.ipynb @@ -666,7 +666,7 @@ "metadata": {}, "outputs": [], "source": [ - "print(siibra.features.Feature.get_ascii_tree())" + "siibra.features.render_ascii_tree(\"Feature\")" ] }, { diff --git a/ohbm-2023-example.ipynb b/ohbm-2023-example.ipynb index 9ce7de2..b89cb2c 100644 --- a/ohbm-2023-example.ipynb +++ b/ohbm-2023-example.ipynb @@ -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)" ] }, {