tests/testthat/test-apply_base_algorithm.R

context("apply_base_algorithm")

test_that("Warning for wrong algorithm choice", {
  expect_error(
    apply_base_algorithm(tsAirgap, algorithm = "wrongAlgorithm")
  )
})
SteffenMoritz/imputeTS documentation built on Sept. 17, 2022, 1:29 a.m.