From 8fc7003cf8ad0b753be8e55bb22b7f7025e44be7 Mon Sep 17 00:00:00 2001 From: chad-klumb Date: Wed, 23 Aug 2023 11:58:49 -0700 Subject: [PATCH] relax CMLE test tolerance to avoid an unrelated failure --- tests/testthat/helper-CMLE.R | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/testthat/helper-CMLE.R b/tests/testthat/helper-CMLE.R index 54a48761..925bfc7a 100644 --- a/tests/testthat/helper-CMLE.R +++ b/tests/testthat/helper-CMLE.R @@ -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