TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Handle multidimensional dense empty results

Open jakebolewski opened this issue 7 years ago • 0 comments

Currently the following dense tests fail, need to check this edge case where we should not issue a query to tiledb libraryl (a sub array cannot be constructed).

Ex.

In [48]: A[3:2]
Out[48]: array([], dtype=int64)
``

jakebolewski avatar Jan 05 '18 02:01 jakebolewski