Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasaarholt committed Oct 8, 2024
1 parent 157c29a commit 7bd35a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymc/distributions/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ def __new__(cls, name, bases, clsdict):
)

class_change_dist_size = clsdict.get("change_dist_size")
if class_change_dist_size is not None:
raise ValueError("HAHAHA")
if class_change_dist_size:

@_change_dist_size.register(rv_type)
Expand Down

0 comments on commit 7bd35a8

Please sign in to comment.