Skip to content

Commit

Permalink
Set tolerance to 0.1 in test-sirconn.R
Browse files Browse the repository at this point in the history
  • Loading branch information
apulsipher committed Nov 13, 2024
1 parent fdc0268 commit 061f026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/test-sirconn.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_tmat <- function(tmat) {
)

# Check matches expected output
expect_equal(tmat, tmat_expected, tolerance = 0.05)
expect_equal(tmat, tmat_expected, tolerance = 0.1)

# Check for out of bounds values
expect_false(any(tmat < 0))
Expand Down

0 comments on commit 061f026

Please sign in to comment.