Skip to content

Commit 5629136

Browse files
committed
Test with the right module
1 parent 8da25e4 commit 5629136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BoundaryValueDiffEqFIRK/test/nested/firk_basic_tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ end =#
444444
SciMLBase.successful_retcode(solve(bvp5, RadauIIa5(; nested_nlsolve = true), dt = 0.05))
445445
end
446446

447-
@testitem "Nested nlsolve kwargs in FIRK" begin
447+
@testitem "Nested nlsolve kwargs in FIRK" setup=[FIRKNestedConvergenceTests] begin
448448
tspan = (0.0, π / 2)
449449
function simplependulum!(du, u, p, t)
450450
g, L, θ, dθ = 9.81, 1.0, u[1], u[2]

0 commit comments

Comments
 (0)