tests/testthat/helper-expect_not_equal.R

expect_not_equal <- function(object, expected, ...) {
  expect_false(isTRUE(all.equal(object, expected, ...)))
}

Try the anndata package in your browser

Any scripts or data that you put into this service are public.

anndata documentation built on March 31, 2023, 10:02 p.m.