pyro/infer/reparam/reparam.py

Killed 0 out of 1 mutants

Survived

Survived mutation testing. These mutants show holes in your test suite.

Mutant 370

--- pyro/infer/reparam/reparam.py
+++ pyro/infer/reparam/reparam.py
@@ -10,7 +10,7 @@
     """
     Base class for reparameterizers.
     """
-    @abstractmethod
+
     def __call__(self, name, fn, obs):
         """
         :param str name: A sample site name.