Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathematics committed Sep 22, 2016
1 parent 81bff06 commit f2ae58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sparse_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ test <- function(dense, sparse)
t2 <- coop::cosine(sparse)
stopifnot(all.equal(t1, t2))

### these will fail because we use a cholesky to compute the inverse
# t1 <- coop::cosine(dense, inverse=TRUE)
# t2 <- coop::cosine(sparse, inverse=TRUE)
# stopifnot(all.equal(t1, t2))
Expand Down

0 comments on commit f2ae58e

Please sign in to comment.