Skip to content

Commit 1472a27

Browse files
author
oscarddssmith
committed
format
1 parent 1d36e38 commit 1472a27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/interface/inplace_interpolation.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ out_VMF = vecarrzero(ntt, size(prob_ode_2Dlinear.u0)) # Vector{Matrix{Float64}
3232
@test_throws MethodError sol_ODE_2D(out_VF, tt; idxs = 3:3)
3333
@inferred Vector{Float64} sol_ODE_2D(out_VF, tt; idxs = 3)
3434
@inferred Vector{Vector{Float64}} sol_ODE_2D(out_VVF_1, tt; idxs = 3)
35-
@inferred Vector{Vector{Float64}} sol_ODE_2D(out_VVF_1, tt; idxs = 3:3)
36-
@inferred Vector{Vector{Float64}} sol_ODE_2D(out_VVF_2, tt; idxs = 2:3)
37-
@inferred Vector{Matrix{Float64}} sol_ODE_2D(out_VMF, tt)
35+
@inferred Vector{Vector{Float64}} sol_ODE_2D(out_VVF_1, tt; idxs = 3:3)
36+
@inferred Vector{Vector{Float64}} sol_ODE_2D(out_VVF_2, tt; idxs = 2:3)
37+
@inferred Vector{Matrix{Float64}} sol_ODE_2D(out_VMF, tt)
3838
@test sol_ODE_2D_interp.u out_VMF
3939
end
4040
end

0 commit comments

Comments
 (0)