First time here? Check out the FAQ!
answered 7 years ago
Not sure if/when the default rtol was changed, but my colleague just showed me how to overwrite it for a whole notebook:
from functools import partial find_root = partial(find_root, rtol=1e-9)