tiledbsoma.SparseNDArray.tiledbsoma_upgrade_shape¶
- SparseNDArray.tiledbsoma_upgrade_shape(newshape: Sequence[int | None], check_only: bool = False) Tuple[bool, str] ¶
Allows the array to have a resizeable shape as described in the TileDB-SOMA 1.15 release notes. Raises an error if the new shape exceeds maxshape in any dimension. Raises an error if the array already has a shape.