Skip to content

Commit ee2e706

Browse files
committed
Add TODO reminder for Weibull
1 parent 62c824a commit ee2e706

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc3/distributions/continuous.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,6 +2641,7 @@ def __init__(self, nu, *args, **kwargs):
26412641
super().__init__(alpha=nu / 2.0, beta=0.5, *args, **kwargs)
26422642

26432643

2644+
# TODO: Remove this once logpt for multiplication is working!
26442645
class WeibullBetaRV(WeibullRV):
26452646
ndims_params = [0, 0]
26462647

0 commit comments

Comments
 (0)