Skip to content

Commit

Permalink
Update test gof
Browse files Browse the repository at this point in the history
  • Loading branch information
maximelenormand committed Dec 24, 2024
1 parent f5d4d0f commit 5aee2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-gof.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test_that("valid output", {
use_proba = FALSE,
check_names = TRUE)
expect_identical(class(val), "data.frame")
expect_gt(val$CPC, 0.457)
expect_gt(val$CPC, 0.4)

m <- c("CPC")
val <- gof(sim = res,
Expand Down

0 comments on commit 5aee2c7

Please sign in to comment.