Skip to content

Commit e25ccab

Browse files
committed
Retest comments
1 parent d902cb9 commit e25ccab

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/BoundaryValueDiffEqFIRK/test/expanded/firk_basic_tests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ end
526526
@test sol_struct.prob.p.params sol_vec.prob.p atol = 1.0e-10
527527
end
528528

529+
#=
529530
@testitem "Test initial guess" begin
530531
tspan = (0.0, 1.0)
531532
function f!(du, u, p, t)
@@ -565,3 +566,4 @@ end
565566
sol2 = solve(bvp2, RadauIIa5(), dt = 0.1, adaptive = false, nlsolve_kwargs = (; maxiters = 0))
566567
@test sol2.u == u_guess
567568
end
569+
=#

0 commit comments

Comments
 (0)