Skip to content

Commit f075747

Browse files
author
Chris Fonnesbeck
committed
Merge branch 'master' of github.com:pymc-devs/pymc
2 parents e0930ec + a279919 commit f075747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/InstantiationDecorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def random(parent_name, ...):
146146
"""
147147

148148
def instantiate_p(__func__):
149-
value, parents = _extract(__func__, kwds, keys, 'Stochastic')
149+
value, parents = _extract(__func__, kwds, keys, 'Stochastic')
150150
return __class__(value=value, parents=parents, **kwds)
151151

152152
keys = ['logp','random','rseed']

0 commit comments

Comments
 (0)