diff --git a/helper.jl b/helper.jl index 40656e3..e8e3da1 100644 --- a/helper.jl +++ b/helper.jl @@ -61,6 +61,7 @@ function gram_schmidt!(vecs, ws, threshold=1e-5; verbose=false) end target_dim = c_rank(vecs, ws, threshold) + verbose && println("Target dimensionality = $target_dim") for i in eachindex(vecs) for j in (i + 1):length(vecs)