Skip to content

Commit

Permalink
Add issue ticket link to DistributionMeta (#5355)
Browse files Browse the repository at this point in the history
  • Loading branch information
canyon289 authored Jan 18, 2022
1 parent b71bb74 commit ea776d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pymc/distributions/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,17 @@ class _Unpickling:


class DistributionMeta(ABCMeta):
"""
DistributionMeta class
Notes
-----
DistributionMeta currently performs many functions, and will likely be refactored soon.
See issue below for more details
https://github.com/pymc-devs/pymc/issues/5308
"""

def __new__(cls, name, bases, clsdict):

# Forcefully deprecate old v3 `Distribution`s
Expand Down

0 comments on commit ea776d6

Please sign in to comment.