Skip to content

Commit ea776d6

Browse files
authored
Add issue ticket link to DistributionMeta (#5355)
1 parent b71bb74 commit ea776d6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pymc/distributions/distribution.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ class _Unpickling:
7575

7676

7777
class DistributionMeta(ABCMeta):
78+
"""
79+
DistributionMeta class
80+
81+
82+
Notes
83+
-----
84+
DistributionMeta currently performs many functions, and will likely be refactored soon.
85+
See issue below for more details
86+
https://github.com/pymc-devs/pymc/issues/5308
87+
"""
88+
7889
def __new__(cls, name, bases, clsdict):
7990

8091
# Forcefully deprecate old v3 `Distribution`s

0 commit comments

Comments
 (0)