def test_straight_input(self): assert_array_almost_equal( raveled_numpyify(self.test_array), self.test_expected )
def test_straight_input(self): assert_array_almost_equal(raveled_numpyify(self.test_array), self.test_expected)
def test_numpy_input(self): assert_array_almost_equal( raveled_numpyify(np.array(self.test_array)), self.test_expected )
def test_numpy_input(self): assert_array_almost_equal(raveled_numpyify(np.array(self.test_array)), self.test_expected)