From 6fc589a45a13013f212fc5cc5512454b803b7b53 Mon Sep 17 00:00:00 2001 From: Nathanael Bosch Date: Mon, 6 Nov 2023 15:20:00 +0100 Subject: [PATCH] JuliaFormatter.jl --- test/state_init.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/state_init.jl b/test/state_init.jl index eed4c8252..f0655e90f 100644 --- a/test/state_init.jl +++ b/test/state_init.jl @@ -33,7 +33,8 @@ import ODEProblemLibrary: prob_ode_fitzhughnagumo, prob_ode_pleiades f!(du, u, p, t) = (du .= f(u, p, t)) prob = ODEProblem{true,true}(f!, u0, tspan) - @testset "Exact `get_dervatives`: $INIT" for INIT in (TaylorModeInit(q), ForwardDiffInit(q)) + @testset "Exact `get_dervatives`: $INIT" for INIT in ( + TaylorModeInit(q), ForwardDiffInit(q)) dfs = ProbNumDiffEq.get_derivatives( INIT, prob.u0,