Skip to content

Commit

Permalink
remove bart
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia authored and ricardoV94 committed Mar 10, 2022
1 parent 620b11d commit 50ceb2b
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 1,370 deletions.
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

0 comments on commit 50ceb2b

Please sign in to comment.