Skip to content

Commit acb30b1

Browse files
Update continuous.py
1 parent f739c24 commit acb30b1

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
@@ -1641,7 +1641,6 @@ def logp(value, b, kappa, mu):
16411641
kappa > 0,
16421642
msg="b > 0, kappa > 0",
16431643
)
1644-
16451644
def icdf(value, b, kappa, mu):
16461645
if pt.le(b, 0):
16471646
raise ValueError("Scale Parameter b must be positive")

0 commit comments

Comments
 (0)