Exemplo n.º 1
0
 def test_straight_input(self):
     assert_array_almost_equal(
         raveled_numpyify(self.test_array), 
         self.test_expected
     )
Exemplo n.º 2
0
 def test_straight_input(self):
     assert_array_almost_equal(raveled_numpyify(self.test_array),
                               self.test_expected)
Exemplo n.º 3
0
 def test_numpy_input(self):
     assert_array_almost_equal(
         raveled_numpyify(np.array(self.test_array)), 
         self.test_expected
     )
Exemplo n.º 4
0
 def test_numpy_input(self):
     assert_array_almost_equal(raveled_numpyify(np.array(self.test_array)),
                               self.test_expected)