Skip to content

Commit

Permalink
remove nifti header IO warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoopes authored Oct 8, 2024
1 parent b0e364a commit c80a3de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion surfa/io/framed.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ def load(self, filename, atype):
# handle nifti1 header extension
niiextsions = nii.header.extensions
if (not niiextsions):
print("[DEBUG] NiftiArrayIO.load(): no header extensions found!")
return arr

# try to find freesurfer nifti1 header extension
Expand Down

0 comments on commit c80a3de

Please sign in to comment.