We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a0c50 commit 1fb625eCopy full SHA for 1fb625e
lib/SCCNonlinearSolve/test/core_tests.jl
@@ -75,6 +75,6 @@ end
75
76
sccprob = SciMLBase.SCCNonlinearProblem([prob1,prob2,prob3], SciMLBase.Void{Any}.([explicitfun1,explicitfun2,explicitfun3]))
77
scc_sol = solve(sccprob, NewtonRaphson())
78
- sol ≈ manualscc ≈ scc_sol
+ @test sol ≈ manualscc ≈ scc_sol
79
80
end
0 commit comments