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
The `get_fdata` method should return the contained array if the array is
the correct (matching) floating point type. This was not happening
because of I used the `astype` method, which, by default, does a copy.
Fix and test.
0 commit comments