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