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 resulting ImageStack takes a reference to the backing MPDataArray. When we pass the MPDataArray to the child processes, we reshape the raw byte buffer to the shape of the resulting ImageStack. However, the MPDataArray is sized to reflect the original ImageStack's size, and so the reshape operation fails.
The text was updated successfully, but these errors were encountered:
The resulting ImageStack takes a reference to the backing MPDataArray. When we pass the MPDataArray to the child processes, we reshape the raw byte buffer to the shape of the resulting ImageStack. However, the MPDataArray is sized to reflect the original ImageStack's size, and so the reshape operation fails.
The text was updated successfully, but these errors were encountered: