Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)