Skip to content

Commit

Permalink
tests: update test_hermite_estimator to address ATLAS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJaredS committed Jan 17, 2021
1 parent e1c42e9 commit df3e694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_hermite_estimator.R
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ test_that("quantile estimation works as expected", {
standardize = TRUE) %>% update_batch(c(1:4))
quantiles_est <- hermite_est %>% quant(c(0.5))
expect_equal(quantiles_est,2.5,
tolerance = 1e-05)
tolerance = 1e-02)
})

test_that("convenience and utility functions work as expected", {
Expand Down

0 comments on commit df3e694

Please sign in to comment.