From 101d330ae7bfd1cf8bea9475201ef54e7181757b Mon Sep 17 00:00:00 2001 From: Anatoly Rubanov Date: Thu, 6 Jul 2023 09:12:25 +0300 Subject: [PATCH] remove commented code --- pymc/testing.py | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pymc/testing.py b/pymc/testing.py index fee9483f2a4..12200db69be 100644 --- a/pymc/testing.py +++ b/pymc/testing.py @@ -775,23 +775,6 @@ def discrete_random_tester( assert p > alpha, str(point) -# class SeededTest: -# random_seed = 20160911 -# random_state = None - -# @classmethod -# def setup_class(cls): -# nr.seed(cls.random_seed) - -# def setup_method(self): -# nr.seed(self.random_seed) - -# def get_random_state(self, reset=False): -# if self.random_state is None or reset: -# self.random_state = nr.RandomState(self.random_seed) -# return self.random_state - - class BaseTestDistributionRandom: """ Base class for tests that new RandomVariables are correctly