Skip to content

Commit db1336e

Browse files
author
Adriano Yoshino
committed
change examples from Uniform to Normal v2
1 parent 96dd6b4 commit db1336e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributing/developer_guide_implementing_distribution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ import pymc as pm
208208
from pymc.distributions.distribution import get_moment
209209

210210
# pm.blah = pm.Normal in this example
211-
blah = pm.Normal.dist(mu = 0, sigma = 1)
211+
blah = pm.blah.dist(mu = 0, sigma = 1)
212212

213213
# Test that the returned blah_op is still working fine
214214
blah.eval()

0 commit comments

Comments
 (0)