Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes BART #5566

Merged
merged 2 commits into from
Mar 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
--ignore=pymc/tests/test_distributions_random.py
--ignore=pymc/tests/test_idata_conversion.py
--ignore=pymc/tests/test_smc.py
--ignore=pymc/tests/test_bart.py
--ignore=pymc/tests/test_missing.py

- |
Expand All @@ -77,7 +76,6 @@ jobs:
pymc/tests/test_updates.py
pymc/tests/test_transforms.py
pymc/tests/test_smc.py
pymc/tests/test_bart.py
pymc/tests/test_mixture.py

- |
Expand Down
1 change: 0 additions & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ API Reference
api/smc
api/backends
api/data
api/bart
api/ode
api/tuning
api/math
Expand Down
12 changes: 0 additions & 12 deletions docs/source/api/bart.rst

This file was deleted.

1 change: 0 additions & 1 deletion pymc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def __set_compiler_flags():
from pymc import gp, ode, sampling
from pymc.aesaraf import *
from pymc.backends import *
from pymc.bart import *
from pymc.blocking import *
from pymc.data import *
from pymc.distributions import *
Expand Down
20 changes: 0 additions & 20 deletions pymc/bart/__init__.py

This file was deleted.

154 changes: 0 additions & 154 deletions pymc/bart/bart.py

This file was deleted.

Loading