You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* related to #556
* if brentq can't be imported it will raise a `NotImplementedError` alread
* lgtm says it's better for a callable to have a consistent API
* that's why we changed it the not-imported `brentq` from `NotImplemented` to a callable, b/c `brentq` is usually callable
* but we forgot the original code has a check if `brentq` is `NotImplemented`, so we can remove that now
0 commit comments