We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cd319 commit 9ada716Copy full SHA for 9ada716
.github/workflows/pytest.yml
@@ -35,7 +35,6 @@ jobs:
35
pymc3/tests/test_dist_math.py
36
pymc3/tests/test_distribution_defaults.py
37
pymc3/tests/test_distributions_random.py
38
- pymc3/tests/test_distributions_timeseries.py
39
pymc3/tests/test_parallel_sampling.py
40
pymc3/tests/test_random.py
41
pymc3/tests/test_shared.py
@@ -46,6 +45,7 @@ jobs:
46
45
pymc3/tests/test_posteriors.py
47
pymc3/tests/test_quadpotential.py
48
- |
+ pymc3/tests/test_distributions_timeseries.py
49
pymc3/tests/test_shape_handling.py
50
pymc3/tests/test_updates.py
51
pymc3/tests/test_variational_inference.py
0 commit comments