Created
May 14, 2013 01:32
-
-
Save HaveF/5572970 to your computer and use it in GitHub Desktop.
python theano-nose --batch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\OpenCourses\ufldl\ref\Theano\bin>python theano-nose --batch | |
Forcing DISTUTILS_USE_SDK=1 | |
WARNING (theano.tensor.blas): Failed to import scipy.linalg.blas. Falling back o | |
n slower implementations (DLL load failed: 找不到指定的模块。) | |
#################### | |
# COLLECTING TESTS # | |
#################### | |
WARNING (theano.tensor.blas): Failed to import scipy.linalg.blas. Falling back o | |
n slower implementations (DLL load failed: 找不到指定的模块。) | |
---------------------------------------------------------------------- | |
Ran 0 tests in 0.001s | |
OK | |
Traceback (most recent call last): | |
File "theano-nose", line 247, in <module> | |
result = main() | |
File "theano-nose", line 93, in main | |
display_batch_output=display_batch_output) | |
File "D:\OpenCourses\ufldl\ref\Theano\theano\tests\run_tests_in_batch.py", lin | |
e 115, in main | |
display_batch_output) | |
File "D:\OpenCourses\ufldl\ref\Theano\theano\tests\run_tests_in_batch.py", lin | |
e 158, in run | |
assert n_tests == max(ids) | |
ValueError: max() arg is an empty sequence |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment