Skip to content

Commit 25da9e2

Browse files
committed
Reenable trust_input in SMC
1 parent ca150d4 commit 25da9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/smc/smc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def logp_forw(point, out_vars, vars, shared):
307307
f = aesara_function([inarray0], out_list[0], allow_input_downcast=True)
308308
else:
309309
f = aesara_function([inarray0], out_list[0])
310-
f.trust_input = False
310+
f.trust_input = True
311311
return f
312312

313313

0 commit comments

Comments
 (0)