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

Skip to content

Commit 1e9f908

Browse files
authored
Merge pull request #17776 from SidharthBansal/test_image_changes
TST: Changes in the image for test_load_from_url
2 parents b35a5e9 + 50a535c commit 1e9f908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ def test_minimized_rasterized():
713713

714714

715715
def test_load_from_url():
716-
path = Path(__file__).parent / "baseline_images/test_image/imshow.png"
716+
path = Path(__file__).parent / "baseline_images/pngsuite/basn3p04.png"
717717
url = ('file:'
718718
+ ('///' if sys.platform == 'win32' else '')
719719
+ path.resolve().as_posix())

0 commit comments

Comments
 (0)