Skip to content

Commit

Permalink
JuliaFormatter.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 6, 2023
1 parent 8cf60bc commit 6fc589a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/state_init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6fc589a

Please sign in to comment.