Skip to content

Commit bd771b5

Browse files
committed
Update tests
1 parent d74ee19 commit bd771b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/test-est_coanc.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_that("coanc_est() can find the optimal solution when `model` = 'super'", {
22

3-
EPSILON <- 0.05
3+
EPSILON <- 0.1
44

55
for (k_antepops in c(3, 6, 9)) {
66
for (alpha_type in c("1", "2", "spatial")) {
@@ -16,7 +16,7 @@ test_that("coanc_est() can find the optimal solution when `model` = 'super'", {
1616

1717
test_that("coanc_est() can find the optimal solution when `model` = 'standard'", {
1818

19-
EPSILON <- 0.05
19+
EPSILON <- 0.1
2020

2121
for (k_antepops in c(3, 6, 9)) {
2222
for (alpha_type in c("1", "2", "spatial")) {

0 commit comments

Comments
 (0)