From 46692771fce7c230147c4ad250ee62ab48923328 Mon Sep 17 00:00:00 2001 From: Adrian Price-Whelan Date: Mon, 19 Aug 2024 16:31:40 -0400 Subject: [PATCH] remove old RV class attrs --- thejoker/distributions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/thejoker/distributions.py b/thejoker/distributions.py index b8441b0..d14f816 100644 --- a/thejoker/distributions.py +++ b/thejoker/distributions.py @@ -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):