From 1fb625ef9997b12126e4a2bd5cd9b1ee79df6075 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 15 Nov 2024 08:47:06 -0100 Subject: [PATCH] Update lib/SCCNonlinearSolve/test/core_tests.jl Co-authored-by: Aayush Sabharwal --- lib/SCCNonlinearSolve/test/core_tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SCCNonlinearSolve/test/core_tests.jl b/lib/SCCNonlinearSolve/test/core_tests.jl index f24a2d91c..7ae278baa 100644 --- a/lib/SCCNonlinearSolve/test/core_tests.jl +++ b/lib/SCCNonlinearSolve/test/core_tests.jl @@ -75,6 +75,6 @@ end sccprob = SciMLBase.SCCNonlinearProblem([prob1,prob2,prob3], SciMLBase.Void{Any}.([explicitfun1,explicitfun2,explicitfun3])) scc_sol = solve(sccprob, NewtonRaphson()) - sol ≈ manualscc ≈ scc_sol + @test sol ≈ manualscc ≈ scc_sol end \ No newline at end of file