Skip to content

Commit a276374

Browse files
author
Christopher Fonnesbeck
committed
Temporarily reverting test_step
1 parent f1a029b commit a276374

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pymc/tests/test_step.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def test_step_continuous():
1818

1919
steps = [mh, hmc, compound, slicer]
2020

21+
2122
unc = np.diag(C)**.5
2223
check = [('x', np.mean, mu, unc/10.),
2324
('x', np.std , unc, unc/10.)]
@@ -34,3 +35,7 @@ def test_step_continuous():
3435

3536

3637

38+
<<<<<<< HEAD
39+
=======
40+
41+
>>>>>>> Temporarily reverting test_step

0 commit comments

Comments
 (0)