# HG changeset patch # User Frederic Bastien # Date 1308774016 14400 # Node ID 444222497167510b0b830d1ccb146d5819e64913 # Parent 51f1453fd6f6f18bbe885ba560cf0ebe59143bed Disable the flag DebugMode.check_preallocated_output to make the buildbot faster. diff -r 51f1453fd6f6 -r 444222497167 pylearn/misc/do_nightly_build --- a/pylearn/misc/do_nightly_build Thu Jun 09 09:36:36 2011 -0400 +++ b/pylearn/misc/do_nightly_build Wed Jun 22 16:20:16 2011 -0400 @@ -25,5 +25,5 @@ #we change the seed and record it everyday to test different combination. We record it to be able to reproduce bug caused by different seed. We don't want multiple test in DEBUG_MODE each day as this take too long. seed=$RANDOM echo "executing nosetests with mode=DEBUG_MODE with seed of the day $seed" -THEANO_FLAGS=${FLAGS},unittests.rseed=$seed,mode=DEBUG_MODE,DebugMode.check_strides=0,DebugMode.patience=3 ${NOSETESTS} Pylearn +THEANO_FLAGS=${FLAGS},unittests.rseed=$seed,mode=DEBUG_MODE,DebugMode.check_strides=0,DebugMode.patience=3,DebugMode.check_preallocated_output= ${NOSETESTS} Pylearn