Skip to content

Commit

Permalink
Update pars2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetienne committed Feb 10, 2025
1 parent 717cf53 commit 0d2602d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testthat/test-DAISIE_loglik_CS.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ test_that("DAISIE_loglik_CS_choice produces correnict output for CS_version 1",
skip_if(Sys.getenv("CI") == "", message = "Run only on CI")
skip_on_cran()
pars1 <- c(2.000, 2.700, 20.000, 0.009, 1.010)
pars2 <- c(1.0e+02, 1.1e+01, 0.0e+00, 0.0e+00, NA, 0.0e+00, 1.0e-04,
1.0e-05, 1.0e-07, 3.0e+03, 9.5e-01, 9.8e-01)
pars2 <- c(1.0e+02, 1.1e+01, 0.0e+00, 0.0e+00, NA)
brts <- c(4.0000, 3.0282, 1.3227, 0.8223, 0.4286, 0.3462, 0.2450, 0.0808,
0.0527, 0.0327, 0.0221, 0.1180, 0.0756, 0.0525, 0.0322, 0.0118)
stac <- 2
Expand Down

0 comments on commit 0d2602d

Please sign in to comment.