We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f7b7d commit 381cacfCopy full SHA for 381cacf
1 file changed
lib/matplotlib/tests/test_image.py
@@ -370,6 +370,7 @@ def test_cursor_data():
370
[[0.5, 0.5], 0 + 0],
371
[[0.5, 1.5], 0 + 1],
372
[[4.5, 0.5], 16 + 0],
373
+ [[8.5, 0.5], 16 + 0],
374
[[9.5, 2.5], 81 + 4]
375
]
376
)
0 commit comments