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 fffd6ce commit 300a612Copy full SHA for 300a612
lib/matplotlib/tests/test_cbook.py
@@ -51,7 +51,7 @@ def test_rgba(self):
51
52
53
class Test_boxplot_stats:
54
- def setup(self):
+ def setup_method(self):
55
np.random.seed(937)
56
self.nrows = 37
57
self.ncols = 4
@@ -177,7 +177,7 @@ def test_boxplot_stats_autorange_false(self):
177
178
179
class Test_callback_registry:
180
181
self.signal = 'test'
182
self.callbacks = cbook.CallbackRegistry()
183
lib/matplotlib/tests/test_mlab.py
@@ -97,7 +97,7 @@ def test_window():
97
98
99
class TestDetrend:
100
101
np.random.seed(0)
102
n = 1000
103
x = np.linspace(0., 100, n)
0 commit comments