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 a7410c2 commit 1c9adc6Copy full SHA for 1c9adc6
pymc3/step_methods/metropolis.py
@@ -431,5 +431,5 @@ def delta_logp(logp, vars, shared):
431
logp1 = pm.CallableTensor(logp0)(inarray1)
432
433
f = theano.function([inarray1, inarray0], logp1 - logp0)
434
- # f.trust_input = True
+ f.trust_input = True
435
return f
0 commit comments