Skip to content
Snippets Groups Projects
Commit dcfbc2d0 authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

fix test

Former-commit-id: d8362e82a003010e017231a34bc9afc778a355d7
Former-commit-id: 5f7e515ab0679a7d5c8813f4af1d83585f34732d
Former-commit-id: acf5bff1e6133d8faa8c8dc01e37678e7cbe58ca
parent 8b076378
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ eval_data <- data.frame(description = c("A", "A", "A"), isDE = c(TRUE, NA, FALSE
test_that("isValidEvalInput with valid input", {
# Définir des données de test
mock_obj <- list(settings = NULL, init = NULL, groundTruth = NULL, counts = NULL, metadata = NULL)
mock_obj <- list(settings = NULL, init = NULL, groundTruth = NULL, counts = NULL, metadata = NULL, scaling_factors = NULL)
list_gene <- c("gene1", "gene2", "gene3")
list_tmb <- list(glmmTMB1 = NULL, glmmTMB2 = NULL)
dds <- NULL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment