Skip to content

Commit 80b9691

Browse files
committed
test file name to float32
1 parent 31e194d commit 80b9691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/do_nightly_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ THEANO_FLAGS=${FLAGS},mode=FAST_RUN ${NOSETESTS} ${XUNIT}${FILE} test.py:speed
3333
#echo "executing nosetests speed with mode=FAST_RUN and OMP_NUM_THREADS=2"
3434
#OMP_NUM_THREADS=2 THEANO_FLAGS=${FLAGS},mode=FAST_RUN ${NOSETESTS} test.py:speed
3535
echo "executing nosetests with mode=FAST_RUN,floatX=float32"
36-
FILE=${ROOT_CWD}/dlt_32bit_tests.xml
36+
FILE=${ROOT_CWD}/dlt_float32_tests.xml
3737
THEANO_FLAGS=${FLAGS},mode=FAST_RUN,floatX=float32 ${NOSETESTS} ${XUNIT}${FILE}
3838

3939
#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.

0 commit comments

Comments
 (0)