Skip to content

Commit

Permalink
correcting a test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGelb committed May 13, 2024
1 parent d0e1ed7 commit 1b07264
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test_bw_selection_tnkde_sf.R
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,9 @@ test_that("Testing the bw selection function with CV likelihood and simple kerne

# and comparing it with the multicore !

expect_equal(obs_value[1,1],obs_value2[1,1], loo_value)
expect_equal(round(obs_value[1,1],4),
round(obs_value2[1,1], 4),
round(loo_value, 4))
})

## TEST POUR LA VERSION DISCONTINUE
Expand Down

0 comments on commit 1b07264

Please sign in to comment.