You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few of these are is-array or is-group checks which can be just as easily done using tiledbsoma-r
The massive line-counts of occurrences of tiledb:: on test-SOMASparseNDArray.R, test-SOMADenseNDArray.R, and test-SOMADataFrame.R are due mainly to using tiledb-r to introspect on compression filters etc. that we written using tiledbsoma-r and platform_config but for which we lack a way to read back and verify in tiledbsoma-r -- or tiledbsoma-py for that matter -- please see https://github.com/single-cell-data/TileDB-SOMA/pull/3129/files#r1787917405
grep tiledb:: tests/testthat | cat -n
shows over 200 spots which are relying on tiledb-r for various assertions. These need to be worked off.Inventory:
Categorizing:
tiledb::
ontest-SOMASparseNDArray.R
,test-SOMADenseNDArray.R
, andtest-SOMADataFrame.R
are due mainly to using tiledb-r to introspect on compression filters etc. that we written using tiledbsoma-r andplatform_config
but for which we lack a way to read back and verify in tiledbsoma-r -- or tiledbsoma-py for that matter -- please see https://github.com/single-cell-data/TileDB-SOMA/pull/3129/files#r1787917405Context: #2406
[sc-56845]
The text was updated successfully, but these errors were encountered: