comparison pylearn/misc/do_nightly_build @ 1515:1de26774035f

Use theano-nose instead of nosetests, and disable warning.
author Pascal Lamblin <lamblinp@iro.umontreal.ca>
date Wed, 29 Feb 2012 12:43:07 -0500
parents 444222497167
children 18c638290706
comparison
equal deleted inserted replaced
1514:97ec0d3248ca 1515:1de26774035f
1 #!/bin/bash 1 #!/bin/bash
2 #we set the compiledir to the /Tmp dir to make the test faster by bypassing the nfs network. 2 #we set the compiledir to the /Tmp dir to make the test faster by bypassing the nfs network.
3 date 3 date
4 ROOT_CWD=/Tmp/nightly_build 4 ROOT_CWD=/Tmp/nightly_build
5 COMPILEDIR=/Tmp/lisa_theano_compile_dir_pylearn 5 COMPILEDIR=/Tmp/lisa_theano_compile_dir_pylearn
6 NOSETESTS=/usr/bin/nosetests 6 NOSETESTS=${ROOT_CWD}/Theano/bin/theano-nose
7 7
8 8
9 FLAGS=warn.argmax_pushdown_bug=False,warn.gpusum_01_011_0111_bug=False,warn.sum_sum_bug=False,warn.sum_div_dimshuffle_bug=False,compiledir=${COMPILEDIR} 9 FLAGS=warn.ignore_bug_before=0.5,compiledir=${COMPILEDIR}
10 export PYTHONPATH=${ROOT_CWD}/Theano:${ROOT_CWD}/Pylearn:$PYTHONPATH 10 export PYTHONPATH=${ROOT_CWD}/Theano:${ROOT_CWD}/Pylearn:$PYTHONPATH
11 11
12 cd ${ROOT_CWD}/Theano 12 cd ${ROOT_CWD}/Theano
13 hg summary 13 hg summary
14 cd ../Pylearn 14 cd ../Pylearn