Skip to content

Commit

Permalink
relax CMLE test tolerance to avoid an unrelated failure
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-klumb authored and krivit committed Oct 8, 2024
1 parent e9488b7 commit 8fc7003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/helper-CMLE.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ options(tergm.eval.loglik = FALSE, useFancyQuotes = FALSE)

CMLE.tools <- new.env()

CMLE.tools$tolerance <- 4
CMLE.tools$n <- 10
CMLE.tools$m <- 6
CMLE.tools$theta <- -1.5
Expand Down

0 comments on commit 8fc7003

Please sign in to comment.