Closed rm1113 closed 4 months ago
Currently the .shape property returns a tuple of numpy.int64, it causes issues with tiledb. Need to convert it to tuple of python int.
.shape
Currently the
.shape
property returns a tuple of numpy.int64, it causes issues with tiledb. Need to convert it to tuple of python int.