Skip to content

Commit 74ef45e

Browse files
committed
Fix wrong comments
1 parent 098e078 commit 74ef45e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

lib/BoundaryValueDiffEqFIRK/test/expanded/firk_basic_tests.jl

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

529-
"""@testitem "Test initial guess" begin
529+
"""
530+
@testitem "Test initial guess" begin
530531
tspan = (0.0, 1.0)
531532
function f!(du, u, p, t)
532533
cond = 0.002

lib/BoundaryValueDiffEqFIRK/test/nested/firk_basic_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,8 @@ end
608608
@test sol_struct.prob.p.params sol_vec.prob.p atol = 1.0e-10
609609
end
610610

611-
"""@testitem "Test initial guess" begin
611+
"""
612+
@testitem "Test initial guess" begin
612613
tspan = (0.0, 1.0)
613614
function f!(du, u, p, t)
614615
cond = 0.002

0 commit comments

Comments
 (0)