Skip to content

Commit

Permalink
another 0?
Browse files Browse the repository at this point in the history
  • Loading branch information
guga31bb committed Jun 24, 2024
1 parent 7eef760 commit 4ca3287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-build_nflfastR_pbp.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test_that("build_nflfastR_pbp works (local data)", {
# across platforms
round_double_to_digits()
exp <- load_expectation("pbp")
expect_equal(pbp, exp, tolerance = 0.0001)
expect_equal(pbp, exp, tolerance = 0.001)
})

test_that("build_nflfastR_pbp works (outside CRAN)", {
Expand All @@ -26,5 +26,5 @@ test_that("build_nflfastR_pbp works (outside CRAN)", {
# across platforms
round_double_to_digits()
exp <- load_expectation("pbp")
expect_equal(pbp, exp, tolerance = 0.0001)
expect_equal(pbp, exp, tolerance = 0.001)
})

0 comments on commit 4ca3287

Please sign in to comment.