提交 7d104730 authored 作者: James Bergstra's avatar James Bergstra

removed extra array unpack (typo)

上级 aa47b0ab
......@@ -20,7 +20,6 @@ def cmp_outputs(i, node, *thunks):
#TODO: consider factoring this out (and maybe passing args explicitly
# instead of by closure)
def my_check_equal(x, y):
x, y = x[0], y[0]
if type(x) != type(y):
raise MisMatch("Output type mismatch", (x, y))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论