File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def test_boxarrow():
52
52
bbox = dict (boxstyle = stylename , fc = "w" , ec = "k" ))
53
53
54
54
55
- def prepare_fancyarrow_dpi_cor_test ():
55
+ def __prepare_fancyarrow_dpi_cor_test ():
56
56
"""
57
57
Convenience function that prepares and returns a FancyArrowPatch. It aims
58
58
at being used to test that the size of the arrow head does not depend on
@@ -82,7 +82,7 @@ def test_fancyarrow_dpi_cor_100dpi():
82
82
Remark: test only a rasterized format.
83
83
"""
84
84
85
- prepare_fancyarrow_dpi_cor_test ()
85
+ __prepare_fancyarrow_dpi_cor_test ()
86
86
87
87
88
88
@image_comparison (baseline_images = ['fancyarrow_dpi_cor_200dpi' ],
@@ -94,7 +94,7 @@ def test_fancyarrow_dpi_cor_200dpi():
94
94
of the arrow head should be the same.
95
95
"""
96
96
97
- prepare_fancyarrow_dpi_cor_test ()
97
+ __prepare_fancyarrow_dpi_cor_test ()
98
98
99
99
100
100
if __name__ == '__main__' :
You can’t perform that action at this time.
0 commit comments