Skip to content

Commit

Permalink
Add verbosity to ispectral output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlmelville committed Jan 22, 2019
1 parent dc5c62e commit 2336a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ irlba_normalized_laplacian_init <- function(A, ndim = 2, verbose = FALSE) {
suppressWarnings(
res <- tryCatch(res <- irlba::partial_eigen(L, n = k, symmetric = TRUE,
smallest = TRUE, tol = 1e-3,
maxit = 1000),
maxit = 1000, verbose = TRUE),
error = function(c) {
NULL
}
Expand Down

0 comments on commit 2336a90

Please sign in to comment.