single-cell-data / TileDB-SOMA

Python and R SOMA APIs using TileDB’s cloud-native format. Ideal for single-cell data at any scale.
https://tiledbsoma.readthedocs.io
MIT License
90 stars 25 forks source link

[c++] Unit-test `resize` for `SparseNDArray` and `DenseNDArray` #2947

Closed johnkerl closed 1 month ago

johnkerl commented 1 month ago

Issue and/or context: This follows on #2945 for issue #2407 / [sc-51048]. Here we implement resize.

Note that the intended Python and R API changes are all agreed on and finalized as described in #2407.

Changes:

Given the improved fixturing for libtiledbsoma, it's now a short hop to implement unit-test coverage for resize in these two classes.

Notes for Reviewer: