Skip to content

Commit

Permalink
hiball: fix intersection check
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmetNSimsek committed Sep 12, 2024
1 parent 67c6e1b commit c85929f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HIBALL-winterschool-2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@
"source": [
"# Let's fetch a crop inside hoc5 at full resolution.\n",
"# we intersect the bounding box of hoc5l and the section\n",
"hoc5_bbox = hoc5l.get_boundingbox('bigbrain').intersection(section1402.boundingbox)\n",
"hoc5_bbox = hoc5l.get_boundingbox('bigbrain').intersection(section1402)\n",
"print(f\"Size of the bounding box: {hoc5_bbox.shape}\")\n",
"\n",
"# this is quite large, so we shrink it\n",
Expand Down

0 comments on commit c85929f

Please sign in to comment.