def test_symbolic_operator_is_abstract_cant_instantiate(self):
     with self.assertRaises(TypeError):
         _ = SymbolicOperator()
Пример #2
0
 def test_tracenorm_zero(self):
     op = SymbolicOperator()
     self.assertFalse(op.induced_norm())