Skip to content

Commit f121a90

Browse files
author
Oscar Smith
authored
remove stats
1 parent 09ea438 commit f121a90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/internal_itp.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function SciMLBase.solve(prob::IntervalNonlinearProblem{IP, Tuple{T, T}}, alg::I
4949

5050
i = 1
5151
while i maxiters
52-
stats.nsteps += 1
5352
span = abs(right - left)
5453
mid = (left + right) / 2
5554
r = ϵ_s - (span / 2)
@@ -68,7 +67,6 @@ function SciMLBase.solve(prob::IntervalNonlinearProblem{IP, Tuple{T, T}}, alg::I
6867
)
6968
end
7069
yp = f(xp)
71-
stats.nf += 1
7270
yps = yp * sign(fr)
7371
if yps > T0
7472
right, fr = xp, yp

0 commit comments

Comments
 (0)