Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amammana committed Jul 16, 2017
1 parent f6b7f2f commit 383b069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-RI.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test_that("can bind matrices",{
# with normal matrices
nmats <- 100; nc <- 100; nr <- 5
clist <- make_clist(nmats, nr, nc)
mat1 <- bindClist(clist, nthreads=4)
mat1 <- bindCList(clist, nthreads=4)
mat2 <- do.call(cbind, clist)
expect_equal(mat1, mat2)
})
Expand Down

0 comments on commit 383b069

Please sign in to comment.