Skip to content

Commit cdc104c

Browse files
committed
fixing lognormal
1 parent 08f6974 commit cdc104c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymc/distributions/continuous.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,6 @@ def logcdf(value, mu, sigma):
17291729

17301730
def icdf(value, mu, sigma):
17311731
res = pt.exp(icdf(Normal.dist(mu, sigma), value))
1732-
res = check_icdf_value(res, value)
17331732
return res
17341733

17351734

0 commit comments

Comments
 (0)