From 726ca924ea9260c41ad4b712a6ef3b1dbe6c5ab7 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 15 Nov 2024 08:49:41 -0100 Subject: [PATCH] Update lib/SCCNonlinearSolve/test/core_tests.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- lib/SCCNonlinearSolve/test/core_tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SCCNonlinearSolve/test/core_tests.jl b/lib/SCCNonlinearSolve/test/core_tests.jl index 7312a17f0..050809af1 100644 --- a/lib/SCCNonlinearSolve/test/core_tests.jl +++ b/lib/SCCNonlinearSolve/test/core_tests.jl @@ -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