--- 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: