Skip to content

Commit 2b7ac3f

Browse files
committed
Undo split to TestMatchesScipy
1 parent 9b5fb73 commit 2b7ac3f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pymc/tests/test_distributions.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,7 @@ def test_hierarchical_obs_logpt():
623623
assert not any(isinstance(o, RandomVariable) for o in ops)
624624

625625

626-
class LogpChecks():
627-
626+
class TestMatchesScipy:
628627
def check_logp(
629628
self,
630629
pymc_dist,
@@ -776,8 +775,6 @@ def _model_input_dict(model, param_vars, pt):
776775
err_msg=str(invalid_value),
777776
)
778777

779-
class TestMatchesScipy(LogpChecks):
780-
781778
def check_logcdf(
782779
self,
783780
pymc_dist,

0 commit comments

Comments
 (0)