##// END OF EJS Templates
Merge pull request #1706 from takluyver/hide-i1699...
Thomas Kluyver -
r6727:ae6d4ffd merge
parent child Browse files
Show More
@@ -234,6 +234,7 b' class TestView(ClusterTestCase):'
234 b = view.gather('a', block=True)
234 b = view.gather('a', block=True)
235 assert_array_equal(b, a)
235 assert_array_equal(b, a)
236
236
237 @dec.known_failure_py3
237 @skip_without('numpy')
238 @skip_without('numpy')
238 def test_push_numpy_nocopy(self):
239 def test_push_numpy_nocopy(self):
239 import numpy
240 import numpy
General Comments 0
You need to be logged in to leave comments. Login now