Skip to content

Commit

Permalink
[FIX] Removed commented out old version
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceBaz committed Mar 1, 2024
1 parent be5e331 commit b2043b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neuromaps/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ def load_data(data):
out = np.vstack(data_gii)
else:
out = np.hstack(data_gii)
# out = np.hstack([load_gifti(img).agg_data() for img in data])
except (AttributeError, TypeError, ValueError, OSError) as err:
# niimg_like or path_like (nifti)
if (isinstance(err, AttributeError)
Expand Down

0 comments on commit b2043b3

Please sign in to comment.