Skip to content

Commit 1c9adc6

Browse files
committed
MAINT Re-enable trust_input.
1 parent a7410c2 commit 1c9adc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/step_methods/metropolis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,5 +431,5 @@ def delta_logp(logp, vars, shared):
431431
logp1 = pm.CallableTensor(logp0)(inarray1)
432432

433433
f = theano.function([inarray1, inarray0], logp1 - logp0)
434-
# f.trust_input = True
434+
f.trust_input = True
435435
return f

0 commit comments

Comments
 (0)