Ejemplo n.º 1
0
 def test_npy_char_deprecation(self):
     from numpy.core._multiarray_tests import npy_char_deprecation
     self.assert_deprecated(npy_char_deprecation)
     assert_(npy_char_deprecation() == 'S1')
Ejemplo n.º 2
0
 def test_npy_char_deprecation(self):
     from numpy.core._multiarray_tests import npy_char_deprecation
     self.assert_deprecated(npy_char_deprecation)
     assert_(npy_char_deprecation() == 'S1')