1
0
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:
2025-03-27 15:20:22 +01:00
parent e6f88241b2
commit 969a42cc8c
29 changed files with 139318 additions and 244254 deletions

View File

@ -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)