changeset 554:b31dd3ac7d0e

fixed import
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Mon, 01 Dec 2008 15:37:43 -0500
parents 08adbc309bc6
children 48db24d3b4fa
files pylearn/algorithms/tests/test_stacker.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/algorithms/tests/test_stacker.py	Mon Dec 01 15:36:19 2008 -0500
+++ b/pylearn/algorithms/tests/test_stacker.py	Mon Dec 01 15:37:43 2008 -0500
@@ -1,5 +1,5 @@
 
-import models
+import pylearn.algorithms.stacker as models
 import theano
 import numpy
 import time