Skip to content

Commit

Permalink
fix test after dummy_anndata 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Nov 13, 2024
1 parent b2df4aa commit 77edfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-roundtrip-obsvar.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test_names <- names(da$vector_generators)
for (name in test_names) {
# first generate a python h5ad
adata_py <- da$generate_dataset(
x_type = "generate_float_matrix",
x_type = NULL,
obs_types = list(name),
var_types = list(name),
layer_types = list(),
Expand Down

0 comments on commit 77edfd5

Please sign in to comment.