pymc3/step_methods/gibbs.py

Killed 0 out of 1 mutants

Survived

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

Mutant 225

--- pymc3/step_methods/gibbs.py
+++ pymc3/step_methods/gibbs.py
@@ -56,7 +56,6 @@
         p = array([logp(v * self.sh) for v in self.values])
         return categorical(p, self.var.dshape)
 
-    @staticmethod
     def competence(var, has_grad):
         if isinstance(var.distribution, Categorical):
             return Competence.COMPATIBLE