Skip to content

Commit c273237

Browse files
clean up tests
1 parent 0dc8240 commit c273237

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/runtests.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,13 @@ function test_interface(alg, prob1, prob2)
2525
y = solve(cache)
2626
@test A2 * y b1
2727

28-
@show A2, b2
29-
3028
cache = LinearSolve.set_b(cache,b2)
3129
y = solve(cache)
32-
@show cache.A, cache.b, y
3330
@test A2 * y b2
3431

3532
return
3633
end
3734

38-
alg = GenericFactorization(fact_alg=cholesky!)
39-
test_interface(alg, prob1, prob2)
40-
4135
@testset "Concrete Factorizations" begin
4236
for alg in (
4337
LUFactorization(),

0 commit comments

Comments
 (0)