Skip to content

Commit

Permalink
try test with subplex
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetienne committed Jun 28, 2024
1 parent ef739f0 commit 8392343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-DAISIE_ML1.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ test_that("use", {
verbose = 0,
tol = c(0.01, 0.1, 0.001),
res = 15,
tolint = c(0.1, 0.01)
tolint = c(0.1, 0.01),
optimmethod = 'subplex'
)
expected_MLE <- data.frame(
lambda_c = 3.689104200780465,
Expand Down

0 comments on commit 8392343

Please sign in to comment.