Skip to content

Commit ff5a4b1

Browse files
Update lib/SCCNonlinearSolve/test/core_tests.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 48bf3de commit ff5a4b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SCCNonlinearSolve/test/core_tests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ end
66

77
@testitem "Manual SCC" setup=[CoreRootfindTesting] tags=[:core] begin
88
using NonlinearSolveFirstOrder
9-
109
function f(du, u, p)
1110
du[1] = cos(u[2]) - u[1]
1211
du[2] = sin(u[1] + u[2]) + u[2]

0 commit comments

Comments
 (0)