pyro/infer/mcmc/mcmc_kernel.py

Killed 1 out of 3 mutants

Survived

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

Mutant 395

--- pyro/infer/mcmc/mcmc_kernel.py
+++ pyro/infer/mcmc/mcmc_kernel.py
@@ -55,7 +55,6 @@
         """
         raise NotImplementedError
 
-    @initial_params.setter
     def initial_params(self, params):
         """
         Sets the parameters to initiate the MCMC run. Note that the parameters must

Mutant 396

--- pyro/infer/mcmc/mcmc_kernel.py
+++ pyro/infer/mcmc/mcmc_kernel.py
@@ -63,7 +63,6 @@
         """
         raise NotImplementedError
 
-    @abstractmethod
     def sample(self, params):
         """
         Samples parameters from the posterior distribution, when given existing parameters.