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 f2f63b9 commit 726ca92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SCCNonlinearSolve/test/core_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include("../../../common/common_rootfind_testing.jl")
end

@testitem "Manual SCC" setup=[CoreRootfindTesting] tags=[:core] begin
function f(du,u,p)
function f(du, u, p)
du[1] = cos(u[2]) - u[1]
du[2] = sin(u[1] + u[2]) + u[2]
du[3] = 2u[4] + u[3] + 1.0
Expand Down

0 comments on commit 726ca92

Please sign in to comment.