Skip to content

Commit

Permalink
Update lib/SCCNonlinearSolve/test/core_tests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ChrisRackauckas and github-actions[bot] authored Nov 15, 2024
1 parent edb4ef1 commit 5e8b091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/SCCNonlinearSolve/test/core_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,4 @@ end
sccprob = SciMLBase.SCCNonlinearProblem([prob1,prob2,prob3], SciMLBase.Void{Any}.([explicitfun1,explicitfun2,explicitfun3]))
scc_sol = solve(sccprob, NewtonRaphson())
@test sol manualscc scc_sol

end

0 comments on commit 5e8b091

Please sign in to comment.