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
`brikhead.AFNIImage.from_file_map()` was needlessly opening the 'image' file
before passing it to ImageArrayProxy, potentially causing issues seen on
AppVeyor with mmaps. This commit modifies the call to be more in line with how
this is handled in analyze.py.
0 commit comments