Skip to content

Commit

Permalink
Fixed some errors in the demo notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Aug 26, 2024
1 parent 09b5b88 commit 1102130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/etspy demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"import hyperspy.api as hs\n",
"\n",
"import etspy.api as tomo\n",
"from etspy"
"from etspy import datasets as ds"
]
},
{
Expand Down Expand Up @@ -312,8 +312,8 @@
"metadata": {},
"outputs": [],
"source": [
"recFBP.save('FBP_Reconstruction.hdf5', overwrite=True)\n",
"recSIRT.save('SIRT_Reconstruction_100.hdf5', overwrite=True)"
"recFBP.save('FBP_Reconstruction.hdf5', overwrite=True, file_format='HSPY')\n",
"recSIRT.save('SIRT_Reconstruction_100.hdf5', overwrite=True, file_format='HSPY')"
]
},
{
Expand Down

0 comments on commit 1102130

Please sign in to comment.