提交 70b958b1 authored 作者: Jeremiah Lowin's avatar Jeremiah Lowin

import 'any' to support python 2.4

上级 51a3f3a5
......@@ -857,6 +857,7 @@ def test_dot22():
assert _dot22 in [x.op for x in topo], (dtype1, dtype2)
else:
check = [isinstance(x.op, T.Dot) for x in topo]
from theano.gof.python25 import any
assert any(check), (dtype1, dtype2)
rng = numpy.random.RandomState(unittest_tools.fetch_seed())
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论