Skip to content

Commit fb32b34

Browse files
committed
Add another test
1 parent aaef090 commit fb32b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ for f in (smoothed_aggregation, ruge_stuben)
316316
b[1] = 1
317317
b[2] = -1
318318
@test sum(abs2, a * solve(ml, b) - b) < 1e-10
319+
@test sum(abs2, a * cg(a, b, Pl = p, maxiter = 1000) - b) < 1e-10
319320

320321
end
321322

0 commit comments

Comments
 (0)