# HG changeset patch # User James Bergstra # Date 1225150817 14400 # Node ID 267ec8baef9fa3c2ad471a907b11639df3df99bf # Parent 1babf35fcef53874b233f9f065c1cea1dcfd193c added import to make test_aa run diff -r 1babf35fcef5 -r 267ec8baef9f algorithms/tests/test_aa.py --- a/algorithms/tests/test_aa.py Mon Oct 27 17:29:03 2008 -0400 +++ b/algorithms/tests/test_aa.py Mon Oct 27 19:40:17 2008 -0400 @@ -1,5 +1,6 @@ +#from __future__ import absolute_imports -import models +from pylearn import algorithms as models import theano import numpy import time