Skip to content

Commit

Permalink
Update core_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Nov 15, 2024
1 parent 20e833f commit 48bf3de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/SCCNonlinearSolve/test/core_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ include("../../../common/common_rootfind_testing.jl")
end

@testitem "Manual SCC" setup=[CoreRootfindTesting] tags=[:core] begin
using NonlinearSolve
using NonlinearSolveFirstOrder

function f(du, u, p)
du[1] = cos(u[2]) - u[1]
du[2] = sin(u[1] + u[2]) + u[2]
Expand Down

0 comments on commit 48bf3de

Please sign in to comment.