We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818e59d commit f235234Copy full SHA for f235234
test/retcodes.jl
@@ -14,7 +14,6 @@ alglist = (
14
15
@testset "Success" begin
16
for alg in alglist
17
- @show alg
18
A = [2.0 1.0; -1.0 1.0]
19
b = [-1.0, 1.0]
20
prob = LinearProblem(A, b)
0 commit comments