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.
2 parents b35a5e9 + 50a535c commit 1e9f908Copy full SHA for 1e9f908
lib/matplotlib/tests/test_image.py
@@ -713,7 +713,7 @@ def test_minimized_rasterized():
713
714
715
def test_load_from_url():
716
- path = Path(__file__).parent / "baseline_images/test_image/imshow.png"
+ path = Path(__file__).parent / "baseline_images/pngsuite/basn3p04.png"
717
url = ('file:'
718
+ ('///' if sys.platform == 'win32' else '')
719
+ path.resolve().as_posix())
0 commit comments