File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ def _image_directories(func):
482
482
doesn't exist.
483
483
"""
484
484
module_path = Path (sys .modules [func .__module__ ].__file__ )
485
- baseline_dir = module_path .parent / "baseline_images " / module_path .stem
485
+ baseline_dir = module_path .parent . parent . parent . parent / "sub-wheels" / "matplotlib-baseline-images" / "mpl_baseline_images " / module_path .stem
486
486
result_dir = Path ().resolve () / "result_images" / module_path .stem
487
487
result_dir .mkdir (parents = True , exist_ok = True )
488
488
return baseline_dir , result_dir
Original file line number Diff line number Diff line change 38
38
# these two places.
39
39
40
40
BASELINE_IMAGES = [
41
- Path ('sub-wheels/matplotlib-baseline-images/baseline_images ' ),
42
- Path ('lib/mpl_toolkits/tests/baseline_images ' ),
41
+ Path ('sub-wheels/matplotlib-baseline-images/mpl_baseline_images ' ),
42
+ Path ('sub-wheels/matplotlib-baseline-images/mpl_toolkits_baseline_images ' ),
43
43
]
44
44
45
45
You can’t perform that action at this time.
0 commit comments