We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mlab.prctile
coco/code-postprocessing/cocopp/pplogloss.py
Line 340 in 9f117c4
matplotlib
numpy.percentile
The text was updated successfully, but these errors were encountered:
Fixes numbbo#1917
09baff9
Updated to use recent versions of matplotlib, which deprecate `mlab.prctile` in favor of `numpy.percentile`.
fixed with recent pull request by @giuse
Sorry, something went wrong.
Merge pull request #1918 from giuse/patch-1
2f672b8
Looks good to @nikohansen and me.. Fixes #1917
No branches or pull requests
coco/code-postprocessing/cocopp/pplogloss.py
Line 340 in 9f117c4
mlab.prctile
, which is not available in recent versions ofmatplotlib
. The deprecation notice suggests to usenumpy.percentile
instead.The text was updated successfully, but these errors were encountered: