1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00

(v1.6.0.9012) unit tests

This commit is contained in:
2021-04-27 11:28:17 +02:00
parent c5fff1c95c
commit 5e06b20d43
16 changed files with 44 additions and 41 deletions

View File

@ -47,7 +47,7 @@ test_that("episodes work", {
suppressMessages(
x <- example_isolates %>%
mutate(out = first_isolate(., include_unknown = TRUE, info = FALSE))
mutate(out = first_isolate(., include_unknown = TRUE, method = "episode-based", info = FALSE))
)
y <- example_isolates %>%