Skip to content

Commit

Permalink
Remove unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 1, 2023
1 parent 042ab37 commit c489b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basictests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ end
cache = init(probN, DFSane(); maxiters = 100, abstol = 1e-10)
sols = zeros(length(p_range))
for (i, p) in enumerate(p_range)
reinit!(cache, iip ? [cache.uₙ[1]] : cache.uₙ; p = p)
reinit!(cache, iip ? [cache.u[1]] : cache.u; p = p)
sol = solve!(cache)
sols[i] = iip ? sol.u[1] : sol.u
end
Expand Down

0 comments on commit c489b23

Please sign in to comment.