changeset 1527:211b217f9691

pep8
author Frederic Bastien <nouiz@nouiz.org>
date Fri, 09 Nov 2012 16:58:37 -0500
parents 5804e44d7a1b
children dee276045768
files pylearn/sampling/tests/test_hmc.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/sampling/tests/test_hmc.py	Fri Nov 09 16:58:17 2012 -0500
+++ b/pylearn/sampling/tests/test_hmc.py	Fri Nov 09 16:58:37 2012 -0500
@@ -67,4 +67,3 @@
     assert abs(sampler.avg_acceptance_rate.get_value() - sampler.target_acceptance_rate) < .1
     assert sampler.stepsize.get_value() >= sampler.stepsize_min
     assert sampler.stepsize.get_value() <= sampler.stepsize_max
-