Skip to content

Commit

Permalink
Forgot to reduce bound2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwood000 committed Jul 3, 2019
1 parent 4df1379 commit 6c873a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/testPrimeSieve.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test_that("primeSieve generates correct numbers", {

expect_true(funTestPar(1, 1e7))
expect_true(funTestPar(1e12, 1e12 + 1e7))
expect_true(funTestPar(1e15, 1e15 + 5e8, nT = 4))
expect_true(funTestPar(1e15, 1e15 + 1e7))

# The following test can be used for fuller coverage but are commented
# because they take a bit of time. All results were confirmed with
Expand Down

0 comments on commit 6c873a8

Please sign in to comment.