Skip to content

Commit

Permalink
Add 'simplex' to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetienne committed Jun 28, 2024
1 parent 8403209 commit a5ac732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-DAISIE_ML1.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +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 = 'simplex')
expected_MLE <- data.frame(
lambda_c = 3.689104200780465,
mu = 4.31030299415995,
Expand Down

0 comments on commit a5ac732

Please sign in to comment.