Skip to content

Commit

Permalink
fix feature query with points in BigBrainWorkshop2023
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek authored Jun 19, 2024
1 parent cb57ca6 commit 4078799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigBrainWorkshop2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"outputs": [],
"source": [
"matched_sections = siibra.features.get(\n",
" voi, siibra.features.cellular.CellbodyStainedSection\n",
" points, siibra.features.cellular.CellbodyStainedSection\n",
")\n",
"assert len(matched_sections) > 0 "
]
Expand Down

0 comments on commit 4078799

Please sign in to comment.