Skip to content

Commit 9b5fb73

Browse files
committed
Merge remote-tracking branch 'canyon289/grw' into grw
# Conflicts: # pymc/tests/test_distributions_timeseries.py
2 parents 6852a26 + 4e229f3 commit 9b5fb73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pymc/tests/test_distributions.py

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

625625

626-
class TestMatchesScipy:
626+
class LogpChecks():
627+
627628
def check_logp(
628629
self,
629630
pymc_dist,
@@ -775,6 +776,8 @@ def _model_input_dict(model, param_vars, pt):
775776
err_msg=str(invalid_value),
776777
)
777778

779+
class TestMatchesScipy(LogpChecks):
780+
778781
def check_logcdf(
779782
self,
780783
pymc_dist,

0 commit comments

Comments
 (0)