pymc3/step_methods/compound.py

Killed 0 out of 1 mutants

Survived

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

Mutant 5

--- pymc3/step_methods/compound.py
+++ pymc3/step_methods/compound.py
@@ -72,7 +72,6 @@
             if hasattr(method, 'reset_tuning'):
                 method.reset_tuning()
 
-    @property
     def vars_shape_dtype(self):
         dtype_shapes = {}
         for method in self.methods: