mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 21:22:01 +02:00
(v2.1.1.9226) update intrinsic_resistant
, unit test fixes
This commit is contained in:
@ -47,7 +47,8 @@ test_that("test-eucast_rules.R", {
|
||||
MOs_test <- suppressWarnings(
|
||||
trimws(paste(
|
||||
mo_genus(MOs_mentioned, keep_synonyms = TRUE, language = NULL),
|
||||
mo_species(MOs_mentioned, keep_synonyms = TRUE, language = NULL)
|
||||
mo_species(MOs_mentioned, keep_synonyms = TRUE, language = NULL),
|
||||
mo_subspecies(MOs_mentioned, keep_synonyms = TRUE, language = NULL)
|
||||
))
|
||||
)
|
||||
MOs_test[MOs_test == ""] <- mo_fullname(MOs_mentioned[MOs_test == ""], keep_synonyms = TRUE, language = NULL)
|
||||
|
Reference in New Issue
Block a user