def test_alen_numpy_func(self): self.assertEqual(np.alen(self.q), 2)
def test_alen_numpy_func(self): assert np.alen(self.q) == 2