Skip to content

Commit 60d207f

Browse files
committed
Revert "Implement iterative NUTS algorithm (#1381)"
This reverts commit 30b0c50.
1 parent cbb449a commit 60d207f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc3/tests/test_sampling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def test_constant_named(self):
112112
assert np.isclose(res, 0.)
113113

114114

115+
115116
class TestChooseBackend(unittest.TestCase):
116117
def test_choose_backend_none(self):
117118
with mock.patch('pymc3.sampling.NDArray') as nd:

0 commit comments

Comments
 (0)