Skip to content

Commit

Permalink
remove old RV class attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 19, 2024
1 parent 83d60f4 commit 4669277
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions thejoker/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

class UniformLogRV(RandomVariable):
name = "uniformlog"
ndim_supp = 0
ndims_params = [0, 0]
dtype = "floatX"

@classmethod
def rng_fn(cls, rng, a, b, size):
Expand Down

0 comments on commit 4669277

Please sign in to comment.