Open nhoffman opened 8 years ago
On my list to fix soon
@crosenth - there are actually a number of warnings when the tests are run... when you get a chance, maybe you can figure out how to fix them?
I have fixed some of the warnings.
There is an additional warning coming from numpy.median that numpy may fix in a future numpy release.
deenurp-env/lib/python2.7/site-packages/numpy/core/fromnumeric.py:664: UserWarning: Warning: 'partition' will ignore the 'mask' of the MaskedArray.
a.partition(kth, axis=axis, kind=kind, order=order)
I'm in the process of fixing this - the easiest fix seems to be to discard the masked values using the .compressed() method before passing to np.percentile()