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 08947a4 commit c0d1dd9Copy full SHA for c0d1dd9
.github/workflows/pytest.yml
@@ -62,6 +62,7 @@ jobs:
62
--ignore=pymc3/tests/test_shape_handling.py
63
--ignore=pymc3/tests/test_distributions.py
64
--ignore=pymc3/tests/test_distributions_random.py
65
+ --ignore=pymc3/tests/test_idata_conversion.py
66
67
- |
68
pymc3/tests/test_modelcontext.py
@@ -73,6 +74,7 @@ jobs:
73
74
pymc3/tests/test_updates.py
75
76
77
+ pymc3/tests/test_idata_conversion.py
78
pymc3/tests/test_distributions.py
79
pymc3/tests/test_distributions_random.py
80
pymc3/tests/test_examples.py
0 commit comments