Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Sep 9, 2024
1 parent 934b58f commit bd63860
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/resample_benchmark.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@
"# warp\n",
"warp_filter.SetDisplacementField(deformation_field)\n",
"warp_filter.SetInput(itk_img)\n",
"warp_filter.Update()\n",
"itk_warped_img = warp_filter.GetOutput()\n",
"\n",
"# transform itk.Image to numpy array\n",
Expand Down Expand Up @@ -751,7 +752,7 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -765,7 +766,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down

0 comments on commit bd63860

Please sign in to comment.