Thanks to visit codestin.com Credit goes to github.com
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 2c8bb0d commit 99f7b7dCopy full SHA for 99f7b7d
1 file changed
lib/matplotlib/tests/test_image.py
@@ -366,6 +366,7 @@ def test_cursor_data():
366
367
368
@pytest.mark.parametrize("xy, data", [
369
+ # x/y coords chosen to be 0.5 above boundaries so they lie within image pixels
370
[[0.5, 0.5], 0 + 0],
371
[[0.5, 1.5], 0 + 1],
372
[[4.5, 0.5], 16 + 0],
0 commit comments