From dedfa3d764bd871b04e353db31e08bef08ff12cc Mon Sep 17 00:00:00 2001 From: avik-pal <30564094+avik-pal@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:17:12 +0000 Subject: [PATCH] Format .jl files --- test/core.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/core.jl b/test/core.jl index 18b5034..5924fd7 100644 --- a/test/core.jl +++ b/test/core.jl @@ -39,10 +39,10 @@ end sol = solve(prob, DynamicSS(Rodas5P())) @test SciMLBase.successful_retcode(sol.retcode) - + # scalar save_idxs scalar_sol = solve(prob, DynamicSS(CVODE_BDF()), dt = 1.0, save_idxs = 1) - @test scalar_sol[1] ≈ sol[1] atol=1e-6 + @test scalar_sol[1]≈sol[1] atol=1e-6 f(du, sol.u, p, 0) @test du≈[0, 0] atol=1e-6