8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac54463 commit 727c1daCopy full SHA for 727c1da
lib/matplotlib/tests/test_colors.py
@@ -313,7 +313,8 @@ def test_light_source_shading_default():
313
assert_array_almost_equal(rgb, expect, decimal=2)
314
315
316
-@knownfailureif(V(np.__version__) <= V('1.9.0'))
+@knownfailureif((V(np.__version__) <= V('1.9.0')
317
+ and V(np.__version__) >= V('1.7.0')))
318
# Numpy 1.9.1 fixed a bug in masked arrays which resulted in
319
# additional elements being masked when calculating the gradient thus
320
# the output is different with earlier numpy versions.
0 commit comments