Ejemplo n.º 1
0
 def test_P_zero_filler_restricted_P_zeros(self):
     self.restrict_P_zeros = True
     aae(smo._P_zero_filler(self), np.zeros((1, 4, 4)))
Ejemplo n.º 2
0
 def test_P_zero_filler_unrestricted_P_zeros(self):
     self.restrict_P_zeros = False
     aae(smo._P_zero_filler(self), np.zeros((2, 4, 4)))