Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
aerubanov committed Jul 6, 2023
1 parent 3367662 commit 101d330
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pymc/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 101d330

Please sign in to comment.