You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
Hi, I know this is probably a work in progress right now, but it looks the value "n_vol" is taken from the wrong axis. The time axis in nibabel is usually the last dimension, which means "n_vol = func.shape[0]" should be "n_vol = func.shape[-1]". Thanks for the package!
The text was updated successfully, but these errors were encountered:
Hi, I know this is probably a work in progress right now, but it looks the value "n_vol" is taken from the wrong axis. The time axis in nibabel is usually the last dimension, which means "n_vol = func.shape[0]" should be "n_vol = func.shape[-1]". Thanks for the package!
The text was updated successfully, but these errors were encountered: