Mercurial > pylearn
changeset 1290:0ea25edd97e5
fix import
author | Frederic Bastien <nouiz@nouiz.org> |
---|---|
date | Thu, 30 Sep 2010 09:25:40 -0400 |
parents | 092cd4cd2009 |
children | ea923a06dea6 |
files | pylearn/sampling/tests/test_hmc.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/sampling/tests/test_hmc.py Wed Sep 29 18:36:49 2010 -0400 +++ b/pylearn/sampling/tests/test_hmc.py Thu Sep 30 09:25:40 2010 -0400 @@ -1,4 +1,4 @@ -from pylearn.sampling.hmc2 import * +from pylearn.sampling.hmc import * def _sampler_on_2d_gaussian(sampler_cls, burnin, n_samples): batchsize=3