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 text was updated successfully, but these errors were encountered:
phcerdan
changed the title
sgext_image: from_pyarray(input_array) should check the dtype of the input array to warn the user if it is invalid
sgext_image: from_pyarray(input_array) should raise error if dtype of input array is incorrect
Feb 26, 2021
sgext internal wrapped images are either binary (unsigned char,
dtype=uint8
)sgext.itk.IUC3P
or float (dtype=float32
)sgext.itk.IF3P
.sgext.itk.IUC3P().from_pyarray(input_array)
should raise error ifinput_array
dtype
is notuint8
.Raised here: #60
The text was updated successfully, but these errors were encountered: