Skip to content

Commit 3ffe5bb

Browse files
author
Your Name
committed
Remove tolerance-change comments
1 parent 92e3f71 commit 3ffe5bb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/OrdinaryDiffEqNonlinearSolve/test/modelingtoolkit/nlstep_tests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ sim = analyticless_test_convergence(dts, testprob, QNDF2(autodiff = AutoFiniteDi
5757

5858
dts = 2.0 .^ (-15:-1:-18)
5959
sim = analyticless_test_convergence(dts, testprob, FBDF(autodiff = AutoFiniteDiff(), nlsolve = nlalgrobust), test_setup);
60-
# Adaptive-order FBDF starts at Euler and ramps order based on past steps; with
61-
# the W-reuse paths now active for OOP/IIP, the effective order over this dt
62-
# window measures ~1.385 instead of ~1.0. Tolerance widened to absorb.
6360
@test abs(sim.𝒪est[:l∞] - 1) < 0.5
6461

6562
eqs_nonaut = [
@@ -116,5 +113,4 @@ sim = analyticless_test_convergence(dts, testprob, QNDF2(autodiff = AutoFiniteDi
116113

117114
dts = 2.0 .^ (-15:-1:-18)
118115
sim = analyticless_test_convergence(dts, testprob, FBDF(autodiff = AutoFiniteDiff(), nlsolve = nlalgrobust), test_setup);
119-
# Adaptive-order FBDF; see comment on the autonomous variant above.
120116
@test abs(sim.𝒪est[:l∞] - 1) < 0.5

0 commit comments

Comments
 (0)