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
In commit 6501b44 I was creating images by passing in arrays of the
default platform integer type. This is int64 for 64 bit platforms, and
analyze images don't support int64. I set the dtype specifically to
int16 which (currently) all images can support.
0 commit comments