Skip to content

Commit

Permalink
Another regression test update for new Docker image: 1.4.18_1.
Browse files Browse the repository at this point in the history
  • Loading branch information
brgew committed May 24, 2024
1 parent d119ecb commit b182cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-fit_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ test_that("fit_models() returns correct output for zero-inflated negative binomi
expect_equal(pos_ctrl_gene_fit$status[[1]], "OK")
pos_ctrl_coefs = coefficient_table(pos_ctrl_gene_fit)
expect_equal(pos_ctrl_coefs$estimate,
c(-0.255, 0.26434083, 0.0664, -3.0239, 0.2226),
c(-0.182, 0.308, 0.0664, -3.0239, 0.2226),
tolerance=1e-2)
expect_equal(unname(pos_ctrl_coefs$normalized_effect),
c(0.000000000, 0.1685858, 0.0504, NA, NA), tolerance=1e-1)
Expand Down

0 comments on commit b182cb5

Please sign in to comment.