minor: increase max_steps by an order of magnitude

main
Francesco Minnocci 11 months ago
parent a1ca1a3613
commit bc81b92767
No known key found for this signature in database
GPG Key ID: 76DA3AF9BAED1A32

@ -24,7 +24,7 @@ end
using .AdaptStep
end
@everywhere function compute_root(H, r, maxsteps=1000)
@everywhere function compute_root(H, r, maxsteps=10000)
t = 1.0
step_size = 0.01
x0 = r

Loading…
Cancel
Save