Skip to content

Commit a6cb197

Browse files
farhadrclassdpo
andcommitted
Update test/test_cr.jl
Co-authored-by: Dominique <[email protected]>
1 parent c664a98 commit a6cb197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_cr.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
@test norm(x) == 0
5555
@test stats.status == "x = 0 is a zero-residual solution"
5656

57-
5857
# Test with Jacobi (or diagonal) preconditioner
5958
A, b, M = square_preconditioned(FC=FC)
6059
(x, stats) = cr(A, b, M=M, atol=1e-5, rtol=0.0)

0 commit comments

Comments
 (0)