Skip to content

Commit

Permalink
Change tests included in arviz_compat workflow
Browse files Browse the repository at this point in the history
Chose a set of tests that are more related to sampling + arviz, while dropping the slow test_distributions and test_distributions_random that have nothing to do with arviz
  • Loading branch information
ricardoV94 committed Feb 15, 2022
1 parent 4210431 commit e018309
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/arviz_compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ jobs:
os: [ubuntu-latest, macos-latest]
floatx: [float64]
test-subset:
- pymc/tests/test_distributions.py

- |
pymc/tests/test_distributions_random.py
pymc/tests/test_parallel_sampling.py
pymc/tests/test_posteriors.py
pymc/tests/test_sampling.py
- |
pymc/tests/test_data_container.py
pymc/tests/test_idata_conversion.py
pymc/tests/test_missing.py
pymc/tests/test_model.py
pymc/tests/test_shape_handling.py
pymc/tests/test_shared.py
fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit e018309

Please sign in to comment.