X-Git-Url: https://git.auder.net/?p=morpheus.git;a=blobdiff_plain;f=pkg%2Ftests%2Ftestthat%2Ftest-optimParams.R;h=809056fc9227d78b34973542d2d1599a096510f7;hp=8d0e7b30094be9a5adbfc52cc45c7b77980d5a56;hb=b0ba341e513e66bf3e551314e5f3e6f75f266e29;hpb=80be0d77f9875256ee3cde0471a7e4bca876893a diff --git a/pkg/tests/testthat/test-optimParams.R b/pkg/tests/testthat/test-optimParams.R index 8d0e7b3..809056f 100644 --- a/pkg/tests/testthat/test-optimParams.R +++ b/pkg/tests/testthat/test-optimParams.R @@ -50,7 +50,7 @@ naive_f = function(link, M1,M2,M3, p,β,b) test_that("naive computation provides the same result as vectorized computations", { h <- 1e-7 #for finite-difference tests - tol <- .25 * sqrt(h) #about 7.9 e-5 + tol <- 5e-4 #.25 * sqrt(h) #about 7.9 e-5 for (dK in list( c(2,2), c(5,3))) { d = dK[1]