First time here? Check out the FAQ!
answered 2017-05-08 17:24:32 +0100
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)