|
8 | 8 | - "*.py" |
9 | 9 | - "conda-envs/**" |
10 | 10 | - "codecov.yml" |
| 11 | + - "requirements*.txt" |
11 | 12 | - "scripts/*.sh" |
12 | 13 | push: |
13 | 14 | branches: [main] |
@@ -41,45 +42,45 @@ jobs: |
41 | 42 | pymc/tests/distributions/test_logprob.py |
42 | 43 | pymc/tests/test_aesaraf.py |
43 | 44 | pymc/tests/test_math.py |
44 | | - pymc/tests/test_posdef_sym.py |
45 | | - pymc/tests/test_ndarray_backend.py |
| 45 | + pymc/tests/backends/test_ndarray.py |
46 | 46 | pymc/tests/test_hmc.py |
47 | 47 | pymc/tests/test_func_utils.py |
48 | 48 | pymc/tests/distributions/test_shape_utils.py |
49 | | - pymc/tests/test_starting.py |
50 | 49 | pymc/tests/distributions/test_mixture.py |
51 | 50 |
|
52 | 51 | - | |
53 | 52 | pymc/tests/distributions/test_distribution.py |
54 | | - pymc/tests/distributions/test_bound.py |
55 | | - pymc/tests/distributions/test_censored.py |
56 | 53 | pymc/tests/distributions/test_discrete.py |
57 | 54 | pymc/tests/distributions/test_continuous.py |
58 | 55 | pymc/tests/distributions/test_multivariate.py |
| 56 | +
|
| 57 | + - | |
| 58 | + pymc/tests/distributions/test_bound.py |
| 59 | + pymc/tests/distributions/test_censored.py |
59 | 60 | pymc/tests/distributions/test_simulator.py |
| 61 | + pymc/tests/distributions/test_truncated.py |
60 | 62 |
|
61 | 63 | - | |
62 | | - pymc/tests/test_tuning.py |
| 64 | + pymc/tests/tuning/test_scaling.py |
| 65 | + pymc/tests/tuning/test_starting.py |
63 | 66 | pymc/tests/test_shared.py |
64 | 67 | pymc/tests/test_types.py |
65 | | -
|
66 | | - - | |
67 | | - pymc/tests/test_modelcontext.py |
68 | 68 | pymc/tests/distributions/test_dist_math.py |
69 | | - pymc/tests/test_minibatches.py |
70 | | - pymc/tests/test_pickling.py |
71 | 69 | pymc/tests/distributions/test_transform.py |
72 | 70 | pymc/tests/test_parallel_sampling.py |
73 | 71 | pymc/tests/test_printing.py |
74 | 72 |
|
75 | 73 | - | |
76 | 74 | pymc/tests/distributions/test_timeseries.py |
77 | | - pymc/tests/test_gp.py |
| 75 | + pymc/tests/gp/test_cov.py |
| 76 | + pymc/tests/gp/test_gp.py |
| 77 | + pymc/tests/gp/test_mean.py |
| 78 | + pymc/tests/gp/test_util.py |
78 | 79 | pymc/tests/test_model.py |
79 | 80 | pymc/tests/test_model_graph.py |
80 | | - pymc/tests/test_ode.py |
81 | | - pymc/tests/test_profile.py |
82 | | - pymc/tests/test_quadpotential.py |
| 81 | + pymc/tests/ode/test_ode.py |
| 82 | + pymc/tests/ode/test_utils.py |
| 83 | + pymc/tests/step_methods/hmc/test_quadpotential.py |
83 | 84 |
|
84 | 85 | fail-fast: false |
85 | 86 | runs-on: ${{ matrix.os }} |
@@ -147,8 +148,8 @@ jobs: |
147 | 148 | python-version: ["3.8"] |
148 | 149 | test-subset: |
149 | 150 | - pymc/tests/test_variational_inference.py pymc/tests/test_initial_point.py |
150 | | - - pymc/tests/test_pickling.py pymc/tests/test_profile.py pymc/tests/test_step.py |
151 | | - - pymc/tests/test_gp.py pymc/tests/test_ode.py pymc/tests/test_smc.py pymc/tests/test_parallel_sampling.py |
| 151 | + - pymc/tests/test_model.py pymc/tests/test_step.py |
| 152 | + - pymc/tests/gp/test_cov.py pymc/tests/gp/test_gp.py pymc/tests/gp/test_mean.py pymc/tests/gp/test_util.py pymc/tests/ode/test_ode.py pymc/tests/ode/test_utils.py pymc/tests/test_smc.py pymc/tests/test_parallel_sampling.py |
152 | 153 | - pymc/tests/test_sampling.py pymc/tests/test_posteriors.py |
153 | 154 |
|
154 | 155 | fail-fast: false |
@@ -220,15 +221,15 @@ jobs: |
220 | 221 | test-subset: |
221 | 222 | - | |
222 | 223 | pymc/tests/test_parallel_sampling.py |
223 | | - pymc/tests/test_data_container.py |
| 224 | + pymc/tests/test_data.py |
224 | 225 | pymc/tests/test_missing.py |
225 | 226 |
|
226 | 227 | - | |
227 | 228 | pymc/tests/test_sampling.py |
228 | 229 |
|
229 | 230 | - | |
230 | | - pymc/tests/test_idata_conversion.py |
231 | | - pymc/tests/test_updates.py |
| 231 | + pymc/tests/backends/test_arviz.py |
| 232 | + pymc/tests/variational/test_updates.py |
232 | 233 | fail-fast: false |
233 | 234 | runs-on: ${{ matrix.os }} |
234 | 235 | env: |
@@ -361,7 +362,7 @@ jobs: |
361 | 362 | floatx: [float32] |
362 | 363 | python-version: ["3.10"] |
363 | 364 | test-subset: |
364 | | - - pymc/tests/test_sampling.py pymc/tests/test_ode.py |
| 365 | + - pymc/tests/test_sampling.py pymc/tests/ode/test_ode.py pymc/tests/ode/test_utils.py |
365 | 366 | fail-fast: false |
366 | 367 | runs-on: ${{ matrix.os }} |
367 | 368 | env: |
|
0 commit comments