File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
baseline_images/test_axes Expand file tree Collapse file tree 3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -2236,10 +2236,10 @@ def test_bxp_rangewhis():
2236
2236
_bxp_test_helper (stats_kwargs = dict (whis = [0 , 100 ]))
2237
2237
2238
2238
2239
- @image_comparison (['bxp_precentilewhis .png' ],
2239
+ @image_comparison (['bxp_percentilewhis .png' ],
2240
2240
savefig_kwarg = {'dpi' : 40 },
2241
2241
style = 'default' )
2242
- def test_bxp_precentilewhis ():
2242
+ def test_bxp_percentilewhis ():
2243
2243
_bxp_test_helper (stats_kwargs = dict (whis = [5 , 95 ]))
2244
2244
2245
2245
@@ -6208,7 +6208,7 @@ def test_bbox_aspect_axes_init():
6208
6208
assert_allclose (sizes , sizes [0 ])
6209
6209
6210
6210
6211
- def test_pi_get_negative_values ():
6211
+ def test_pie_get_negative_values ():
6212
6212
# Test the ValueError raised when feeding negative values into axes.pie
6213
6213
fig , ax = plt .subplots ()
6214
6214
with pytest .raises (ValueError ):
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ def test_apply_window_hanning_2D_axis1(self):
303
303
assert x .shape == y .shape
304
304
assert_allclose (yt , y , atol = 1e-06 )
305
305
306
- def test_apply_window_hanning_2D__els1_axis1 (self ):
306
+ def test_apply_window_hanning_2D_els1_axis1 (self ):
307
307
x = np .random .standard_normal ([10 , 1000 ]) + 100.
308
308
window = mlab .window_hanning (np .ones (x .shape [1 ]))
309
309
window1 = mlab .window_hanning
You can’t perform that action at this time.
0 commit comments