Skip to content

Commit

Permalink
test all non-vector problems
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <[email protected]>
  • Loading branch information
ErikQQY committed Aug 15, 2024
1 parent 5d1b759 commit 6ad080d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/misc/non_vector_input_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
@testset "Affineness" begin
@testset "MIRK$order" for order in (2, 3, 4, 5, 6)
for prob in probs
sol = solve(probs[1], mirk_solver(Val(order)); dt = 0.2)
@test norm(boundary(sol, probs[1].p, nothing), Inf) < 0.01
sol = solve(probs, mirk_solver(Val(order)); dt = 0.2)
@test norm(boundary(sol, probs.p, nothing), Inf) < 0.01
end
end

Expand Down

0 comments on commit 6ad080d

Please sign in to comment.