tests/testthat/test-novelty_none_S4.R

# Test if detectors are available.
familiar:::test_all_novelty_detectors_available(
  detectors = familiar:::.get_available_none_detectors())

# Don't perform any further tests on CRAN due to time of running the test.
testthat::skip_on_cran()
testthat::skip_on_ci()

familiar:::test_all_novelty_detectors(
  detectors = familiar:::.get_available_none_detectors(),
  except_train = familiar:::.get_available_none_detectors(),
  can_trim = FALSE)

familiar:::test_all_novelty_detectors_parallel(
  detectors = familiar:::.get_available_none_detectors(),
  except_train = familiar:::.get_available_none_detectors())
alexzwanenburg/familiar documentation built on Sept. 28, 2024, 5:36 a.m.