- changed status to resolved
DataObject.zeros of type uint32
Issue #97
resolved
e = dataObject.zeros([1,2,3], dtype = 'uint32') leads to error: RuntimeError: OpenCV Error: Input image depth is not supported by function (uint32 is an unsupported data type for dataObject.) in unknown function, file C:\itom\sources\itom\DataObject\dataobj.cpp, line 1908
The help on dataObject.zeros lists uint32 as possible data type.
Comments (1)
-
- Log in to comment
fixes issue
#97: removed uint32 from docstrings in itom.dataObject (since not supported)→ <<cset 720b5144861f>>