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
I figured it out, but the fix is not super easy. The problem is that adding trivial dimensions up to 3 creates a view and owndata is False. You can avoid this problem with using a 3D image e.g. np.ones([3,1,1]). I'll have to spend some time figuring out the right way to solve this.
The text was updated successfully, but these errors were encountered: