提交 b90c495d authored 作者: Simon Lefrancois's avatar Simon Lefrancois

buildbot release no scipy

上级 be494716
...@@ -75,6 +75,18 @@ echo "Number of elements in the compiledir:" ...@@ -75,6 +75,18 @@ echo "Number of elements in the compiledir:"
ls ${COMPILEDIR}|wc -l ls ${COMPILEDIR}|wc -l
echo echo
echo "Executing tests with mode=FAST_RUN, no scipy"
NAME=python2_fastrun_noscipy
FILE=${ROOT_CWD}/theano_${NAME}_tests.xml
echo "THEANO_FLAGS=cmodule.warn_no_version=True,${FLAGS},mode=FAST_RUN ${NOSETESTS} ${PROFILING} ${THEANO_PARAM} ${XUNIT}${FILE} ${SUITE}${NAME}"
date
source activate no_scipy
THEANO_FLAGS=cmodule.warn_no_version=True,${FLAGS},mode=FAST_RUN ${NOSETESTS} ${PROFILING} ${THEANO_PARAM} ${XUNIT}${FILE} ${SUITE}${NAME}
source deactivate
echo "Number of elements in the compiledir:"
ls ${COMPILEDIR}|wc -l
echo
# Test shortcut to default test suite # Test shortcut to default test suite
echo "Running tests using theano.test()" echo "Running tests using theano.test()"
mkdir -p test_default mkdir -p test_default
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论