We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b380da commit 1a83358Copy full SHA for 1a83358
pymc3/tests/test_step.py
@@ -128,7 +128,7 @@ def check_trace(self, step_method):
128
with Model():
129
Normal('x', mu=0, sd=1)
130
trace = sample(n_steps, step=step_method(), random_seed=1)
131
- print(repr(trace.get_values('x')))
+
132
if not benchmarking:
133
assert_array_almost_equal(trace.get_values('x'), self.master_samples[step_method])
134
0 commit comments