We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eefc14 commit fd0ec13Copy full SHA for fd0ec13
pymc3/step_methods/slicer.py
@@ -97,7 +97,5 @@ def astep(self, q0, logp):
97
@staticmethod
98
def competence(var, has_grad):
99
if var.dtype in continuous_types:
100
- if not var.shape or var.shape.ndim == 1:
101
- return Competence.PREFERRED
102
return Competence.COMPATIBLE
103
return Competence.INCOMPATIBLE
0 commit comments