提交 378fb33d authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Python 2.4 compatibility fix

上级 bd34bddf
......@@ -10,7 +10,7 @@ from theano import config, tensor
from theano.sparse import (enable_sparse, CSM, CSMProperties, csm_properties,
CSC, CSR)
from theano.sparse.tests.test_basic import random_lil
#from theano.gof.python25 import all, any, product
from theano.gof.python25 import any
if enable_sparse == False:
raise SkipTest('Optional package sparse disabled')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论