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 0909f73 commit 5b66656Copy full SHA for 5b66656
lib/matplotlib/tests/test_axes.py
@@ -1608,7 +1608,8 @@ def test_pcolorargs():
1608
noise_X = np.random.random(X.shape)
1609
noise_Y = np.random.random(Y.shape)
1610
with pytest.warns(UserWarning,
1611
- match='are not monotonically increasing or decreasing') as record:
+ match='are not monotonically increasing or '
1612
+ 'decreasing') as record:
1613
# Small perturbations in coordinates will not disrupt the monotonicity
1614
# of the X-coords and Y-coords in their respective directions.
1615
# Therefore, no warnings will be triggered.
0 commit comments