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.
1 parent fa2b770 commit 974bef9Copy full SHA for 974bef9
1 file changed
lib/matplotlib/tests/test_cbook.py
@@ -270,7 +270,7 @@ def test_boxplot_stats_autorange_false(self):
270
x = np.hstack([-25, x, 25])
271
bstats_false = cbook.boxplot_stats(x, autorange=False)
272
bstats_true = cbook.boxplot_stats(x, autorange=True)
273
-
+
274
assert_equal(bstats_false[0]['whislo'], 0)
275
assert_equal(bstats_false[0]['whishi'], 0)
276
assert_array_almost_equal(bstats_false[0]['fliers'], [-25, 25])
0 commit comments