Skip to content

Commit 424c19d

Browse files
committed
Remove debug
1 parent 57ae06f commit 424c19d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/solve.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ function _solve_multiplication_matrices(
125125
@assert length(Ms) == length(λ)
126126
n = length(λ)
127127
Z, clusters = clusterordschur(sum.* Ms), solver.ɛ)
128-
for i in 1:n
129-
display(Z' * Ms[i] * Z)
130-
end
131128
r = length(clusters)
132129
vals = [zeros(T, n) for k in 1:r]
133130
for k in 1:r

0 commit comments

Comments
 (0)