Skip to content

Commit fd0ec13

Browse files
committed
Removed preference for slice sampler for continuous variabels
1 parent 5eefc14 commit fd0ec13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymc3/step_methods/slicer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,5 @@ def astep(self, q0, logp):
9797
@staticmethod
9898
def competence(var, has_grad):
9999
if var.dtype in continuous_types:
100-
if not var.shape or var.shape.ndim == 1:
101-
return Competence.PREFERRED
102100
return Competence.COMPATIBLE
103101
return Competence.INCOMPATIBLE

0 commit comments

Comments
 (0)