Exemplo n.º 1
0
 def test_shape_numpy_func(self):
     self.assertEqual(np.shape(self.q), (2, 2))
Exemplo n.º 2
0
 def test_shape_numpy_func(self):
     assert np.shape(self.q) == (2, 2)