File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,20 +50,19 @@ jobs:
50
50
pymc/tests/distributions/test_mixture.py
51
51
52
52
- |
53
- pymc/tests/distributions/test_distribution.py
54
- pymc/tests/distributions/test_discrete.py
55
53
pymc/tests/distributions/test_continuous.py
56
54
pymc/tests/distributions/test_multivariate.py
57
55
58
56
- |
59
57
pymc/tests/distributions/test_bound.py
60
58
pymc/tests/distributions/test_censored.py
61
59
pymc/tests/distributions/test_simulator.py
62
- pymc/tests/distributions/test_truncated.py
63
60
pymc/tests/sampling/test_forward.py
64
61
pymc/tests/sampling/test_population.py
65
62
pymc/tests/stats/test_convergence.py
66
63
pymc/tests/stats/test_log_likelihood.py
64
+ pymc/tests/distributions/test_distribution.py
65
+ pymc/tests/distributions/test_discrete.py
67
66
68
67
- |
69
68
pymc/tests/tuning/test_scaling.py
87
86
pymc/tests/step_methods/hmc/test_quadpotential.py
88
87
89
88
- |
89
+ pymc/tests/distributions/test_truncated.py
90
90
pymc/tests/logprob/test_abstract.py
91
91
pymc/tests/logprob/test_censoring.py
92
92
pymc/tests/logprob/test_composite_logprob.py
You can’t perform that action at this time.
0 commit comments