Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbc45cc

Browse files
committed
Remove outdated NumPy version check.
1 parent c4a19c1 commit bbc45cc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

lib/matplotlib/tests/test_agg.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,6 @@ def process_image(self, padded_src, dpi):
179179
t2 = self.offset_filter.process_image(t1, dpi)
180180
return t2
181181

182-
if LooseVersion(np.__version__) < LooseVersion('1.7.0'):
183-
pytest.skip('Disabled on Numpy < 1.7.0')
184-
185182
fig = plt.figure()
186183
ax = fig.add_subplot(111)
187184

0 commit comments

Comments
 (0)