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
The issue is that matplotlib#14131
made our test suite fail on any warnings (good!), however we do not
test all versions of numpy and `np.min([np.nan])` seems to warn for
1.14.4 < version < 1.15.0 which is not a range we test on travis.
However, the version of numpy that the wheels pin to for py37 in
1.14.6 which does warn.
This is likely related to numpy/numpy#10370
0 commit comments