We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f63b9 commit 726ca92Copy full SHA for 726ca92
lib/SCCNonlinearSolve/test/core_tests.jl
@@ -5,7 +5,7 @@ include("../../../common/common_rootfind_testing.jl")
5
end
6
7
@testitem "Manual SCC" setup=[CoreRootfindTesting] tags=[:core] begin
8
- function f(du,u,p)
+ function f(du, u, p)
9
du[1] = cos(u[2]) - u[1]
10
du[2] = sin(u[1] + u[2]) + u[2]
11
du[3] = 2u[4] + u[3] + 1.0
0 commit comments