Skip to content

Commit 744cb36

Browse files
author
Christopher Fonnesbeck
committed
Cleanup
1 parent 415006c commit 744cb36

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

pymc/tests/test_sampling.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ def test_sample():
1717
test_samplers.append(psample)
1818

1919
with model:
20-
for samplr in test_samplers:
21-
for n in [0, 10, 1000]:
22-
yield samplr, n, step, start
20+
for samplr in test_samplers:
21+
for n in [0, 10, 1000]:
22+
yield samplr, n, step, start
2323

2424

2525

pymc/tests/test_step.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,4 @@ def test_step_continuous():
3030
np.random.seed(1)
3131
h = sample(8000, st, start, track_progess=False, model = model)
3232

33-
yield check_stat,repr(st), h, var, stat, val, bound
34-
35-
36-
37-
38-
<<<<<<< HEAD
39-
=======
40-
41-
>>>>>>> Temporarily reverting test_step
33+
yield check_stat,repr(st), h, var, stat, val, bound

0 commit comments

Comments
 (0)