Skip to content

Commit

Permalink
relax default integrator tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
cchapmanbird committed Nov 20, 2024
1 parent 53362fe commit dec0ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion few/trajectory/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __call__(
DENSE_STEPPING=0,
max_init_len=1000,
upsample=False,
err=1e-14,
err=1e-11,
fix_t=False,
integrate_backwards=False,
**kwargs,
Expand Down

0 comments on commit dec0ad0

Please sign in to comment.