Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Nov 14, 2024
1 parent 9bc7aa7 commit 9dc494f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-roundtrip-obsmvarm.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ testthat::skip_if_not(
message = "Python dummy_anndata module not available for testing"
)

# TODO: make sure data frames in obsm / varm are also tested?
# TODO: create a github issue for this

ad <- reticulate::import("anndata", convert = FALSE)
da <- reticulate::import("dummy_anndata", convert = FALSE)
bi <- reticulate::import_builtins()
Expand Down

0 comments on commit 9dc494f

Please sign in to comment.