提交 4ec148bd authored 作者: Melanie Ducoffe's avatar Melanie Ducoffe

remove debug print

上级 dd6bc255
...@@ -881,6 +881,7 @@ def test_dot22scalar(): ...@@ -881,6 +881,7 @@ def test_dot22scalar():
classes = [type(x.op) for x in topo] classes = [type(x.op) for x in topo]
dtype4_upcast = theano.scalar.upcast(dtype4, dtype1, dtype4_upcast = theano.scalar.upcast(dtype4, dtype1,
dtype2) dtype2)
if dtype1 == dtype2 == dtype3 == dtype4_upcast: if dtype1 == dtype2 == dtype3 == dtype4_upcast:
if len_topo_scalar > 0: if len_topo_scalar > 0:
assert len(topo) == len_topo_scalar assert len(topo) == len_topo_scalar
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论