changeset 580:1972bc9bea6d

added one test.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Fri, 05 Dec 2008 15:38:04 -0500
parents cf19655ec48b
children 01e04bf878e2
files pylearn/algorithms/rnn.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pylearn/algorithms/rnn.py	Thu Dec 04 11:03:38 2008 -0500
+++ b/pylearn/algorithms/rnn.py	Fri Dec 05 15:38:04 2008 -0500
@@ -243,5 +243,5 @@
 if __name__ == '__main__':
 #    from theano.tests import main
 #    main(__file__)
-#    test_example_rnn()
+    test_example_rnn()
     test_WEIRD_STUFF()