Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df1351c

Browse files
rcomertimhoffm
andauthored
Expand comment with instructions
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent d809972 commit df1351c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,7 @@ def test_pcolor_log_scale(fig_test, fig_ref):
15771577
"""
15781578
x = np.linspace(0, 1, 11)
15791579
# Ensuring second x value always falls slightly above 0.1 prevents flakiness with
1580-
# numpy v1 #30882
1580+
# numpy v1 #30882. This can be removed once we require numpy >= 2.
15811581
x[1] += 0.00001
15821582
y = np.linspace(1, 2, 5)
15831583
X, Y = np.meshgrid(x, y)

0 commit comments

Comments
 (0)