Skip to content

Commit 678e413

Browse files
committed
format
1 parent 19bb198 commit 678e413

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/BoundaryValueDiffEqFIRK/test/expanded/firk_basic_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ end
331331
end
332332

333333
@testset "Derivative Interpolation tests for RadauIIa$stage" for stage in
334-
(2, 3, 5, 7)
334+
(2, 3, 5, 7)
335335
@time sol = solve(prob_bvp_linear, radau_solver(Val(stage)); dt = 0.001)
336336
sol_analytic = prob_bvp_linear_analytic(nothing, λ, 0.04)
337337
dsol_analytic = prob_bvp_linear_analytic_derivative(nothing, λ, 0.04)

lib/BoundaryValueDiffEqFIRK/test/nested/firk_basic_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ end
352352
end
353353

354354
@testset "Derivative Interpolation tests for RadauIIa$stage" for stage in
355-
(2, 3, 5, 7)
355+
(2, 3, 5, 7)
356356
@time sol = solve(prob_bvp_linear, radau_solver(Val(stage)); dt = 0.001)
357357
sol_analytic = prob_bvp_linear_analytic(nothing, λ, 0.04)
358358
dsol_analytic = prob_bvp_linear_analytic_derivative(nothing, λ, 0.04)

0 commit comments

Comments
 (0)