diff options
author | gfyoung <gfyoung17@gmail.com> | 2016-03-12 23:53:28 +0100 |
---|---|---|
committer | gfyoung <gfyoung17@gmail.com> | 2016-03-21 10:30:47 +0000 |
commit | fdb05497a1501dc84c7942d85155b4cf4b22df95 (patch) | |
tree | 0ecd691f462088fc1d0cc6b518f1fd1c0f15d158 /numpy/core/numeric.py | |
parent | 2e0f8ab73f217319d9037bb801c96e9505cd3461 (diff) | |
download | numpy-fdb05497a1501dc84c7942d85155b4cf4b22df95.tar.gz |
BUG: Improve compatibility to account for slightly different signatures
In downstream libraries like pandas, they implement methods like 'round'
or 'searchsorted' but with slightly different arguments. However, that
causes a call like `np.round` to crash because numpy assumes that the
object's implementation of the method has a signature that matches that
of numpy's.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions