Skip to content

Commit ea2de67

Browse files
committed
unit test fix for r-devel
which smells like a regression...
1 parent 109b77f commit ea2de67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

inst/unitTests/runit.sparse.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ test.sparseCholesky.R <- function() {
214214

215215
rr <- fx(KNex)
216216
checkEquals(rr[[1]], as.vector(solve(crossprod(KNex[[1]]),
217-
crossprod(KNex[[1]], KNex[[2]]))),
218-
"Cholmod solution")
217+
crossprod(KNex[[1]], KNex[[2]])),
218+
mode="numeric"),
219+
"Cholmod solution")
219220
}
220221

0 commit comments

Comments
 (0)