Skip to content

Commit 1a83358

Browse files
committed
TST Remove stray debug print.
1 parent 9b380da commit 1a83358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/tests/test_step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def check_trace(self, step_method):
128128
with Model():
129129
Normal('x', mu=0, sd=1)
130130
trace = sample(n_steps, step=step_method(), random_seed=1)
131-
print(repr(trace.get_values('x')))
131+
132132
if not benchmarking:
133133
assert_array_almost_equal(trace.get_values('x'), self.master_samples[step_method])
134134

0 commit comments

Comments
 (0)