# HG changeset patch # User Frederic Bastien # Date 1244655952 14400 # Node ID a25d2229a0912c07af3177dfb2b665b573a3f09f # Parent 33f46eee4a966e1987b211c9ab3c3e3e353b5681 remove something that should not have been commited. diff -r 33f46eee4a96 -r a25d2229a091 pylearn/sandbox/test_scan_inputs_groups.py --- a/pylearn/sandbox/test_scan_inputs_groups.py Wed Jun 10 13:43:27 2009 -0400 +++ b/pylearn/sandbox/test_scan_inputs_groups.py Wed Jun 10 13:45:52 2009 -0400 @@ -7,7 +7,7 @@ from theano import function, Mode import theano.tensor as T -from pylearn.sandbox.scan_inputs_groups2 import FillMissing +from pylearn.sandbox.scan_inputs_groups import FillMissing class TestFillMissing(unittest.TestCase): def setUp(self):