cellannotation / cap-anndata

BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Return shape as a tuple of int #4

Closed rm1113 closed 4 months ago

rm1113 commented 7 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.