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 f28b102 commit 0f197b0Copy full SHA for 0f197b0
test/sparse_vector.jl
@@ -45,4 +45,4 @@ linsolve = init(prob);
45
H = hess_mat' * hess_mat
46
prob = LinearProblem(H, hess_mat' * grad_vec)
47
linsolve = init(prob, CholeskyFactorization())
48
-@test solve!(linsolve).u ≈ H \ Array(hess_mat' * grad_vec)
+VERSION >= v"1.8" && @test solve!(linsolve).u ≈ H \ Array(hess_mat' * grad_vec)
0 commit comments