tests/testthat/test-n-fold-manifold.R

test_that("NFoldManifold constructor works", {
  nfm <- NFoldManifold$new(
    base_manifold = SPDMatrix(n = 3),
    n_copies = 3
  )
  expect_true("NFoldManifold" %in% class(nfm))
})

Try the rgeomstats package in your browser

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

rgeomstats documentation built on Nov. 4, 2022, 5:09 p.m.