Skip to content

Commit 7f7fe1b

Browse files
Increased tolerance for test
1 parent f74b789 commit 7f7fe1b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

inst/tinytest/test_spl3D.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,4 @@ obj3 <- LMMsolve(fixed = y ~ 1,
114114
spline = ~spl3D(x1 = x1, x2 = x2, x3 = x3, nseg = c(4, 4, 4), pord = 3),
115115
data = simDat,
116116
tolerance = 1e-3)
117-
expect_equivalent_to_reference(obj3, "spl3DFull3")
118-
119-
117+
expect_equivalent_to_reference(obj3, "spl3DFull3", tolerance = 1e-6)

0 commit comments

Comments
 (0)