From c56ce7475f025f362236df55f94aa654013a2301 Mon Sep 17 00:00:00 2001 From: Lilith Orion Hafner Date: Thu, 22 Feb 2024 12:31:46 -0600 Subject: [PATCH] Run JuliaFormatter.format() Using JuliaFormatter v1.0.50 --- src/solve.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/solve.jl b/src/solve.jl index 7a1e938..c0fce8c 100644 --- a/src/solve.jl +++ b/src/solve.jl @@ -98,7 +98,7 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractDDEProblem, @warn("Dense output is incompatible with saveat. Please use the SavingCallback from the Callback Library to mix the two behaviors.") end - progress && @logmsg(-1, progress_name, _id=progress_id,progress=0) + progress && @logmsg(-1, progress_name, _id=progress_id, progress=0) isdae = prob.f.mass_matrix !== I && !(prob.f.mass_matrix isa Tuple) && ArrayInterface.issingular(prob.f.mass_matrix) @@ -166,7 +166,7 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractDDEProblem, Val(isinplace(prob))) # separate statistics of the integrator and the history - stats = SciMLBase.DEStats(0) + stats = SciMLBase.DEStats(0) # create solution alg_choice = iscomposite(alg) ? Int[] : nothing