Skip to content

Commit c489b23

Browse files
committed
Remove unicode
1 parent 042ab37 commit c489b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basictests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ end
499499
cache = init(probN, DFSane(); maxiters = 100, abstol = 1e-10)
500500
sols = zeros(length(p_range))
501501
for (i, p) in enumerate(p_range)
502-
reinit!(cache, iip ? [cache.uₙ[1]] : cache.uₙ; p = p)
502+
reinit!(cache, iip ? [cache.u[1]] : cache.u; p = p)
503503
sol = solve!(cache)
504504
sols[i] = iip ? sol.u[1] : sol.u
505505
end

0 commit comments

Comments
 (0)