From 053105697420d47fac0eb37898d0f053bbbe9bb5 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 15 Nov 2024 08:48:30 -0100 Subject: [PATCH] Update lib/SCCNonlinearSolve/test/core_tests.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- lib/SCCNonlinearSolve/test/core_tests.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/SCCNonlinearSolve/test/core_tests.jl b/lib/SCCNonlinearSolve/test/core_tests.jl index be6de4ea9..6db28d02d 100644 --- a/lib/SCCNonlinearSolve/test/core_tests.jl +++ b/lib/SCCNonlinearSolve/test/core_tests.jl @@ -74,7 +74,8 @@ end SciMLBase.build_solution(prob, alg, u, resid, original = sols) end - sccprob = SciMLBase.SCCNonlinearProblem([prob1,prob2,prob3], SciMLBase.Void{Any}.([explicitfun1,explicitfun2,explicitfun3])) + sccprob = SciMLBase.SCCNonlinearProblem([prob1, prob2, prob3], + SciMLBase.Void{Any}.([explicitfun1, explicitfun2, explicitfun3])) scc_sol = solve(sccprob, NewtonRaphson()) @test sol ≈ manualscc ≈ scc_sol end \ No newline at end of file