We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32f9d6 commit 36f5efaCopy full SHA for 36f5efa
1 file changed
tests/testthat/test-roundtrip-X.R
@@ -13,7 +13,7 @@ test_names <- names(da$matrix_generators)
13
14
# X must always be 2-dimensional in AnnData
15
# -> https://github.com/scverse/anndata/blob/2a2c0e3198c298a5c80a73ac343c63203b5ca133/src/anndata/_core/anndata.py#L2164-L2172 # nolint
16
-test_names <- test_names[!grepl("_3d$", test_names)]
+test_names <- test_names[!endsWith(test_names, "_3d")]
17
18
for (fmt in c("h5ad", "zarr")) {
19
fmt_config <- get_fmt_config(fmt)
0 commit comments