提交 4085fabe authored 作者: Thomas George's avatar Thomas George

removed debug prints

上级 16a0b11c
......@@ -249,8 +249,6 @@ class test_Solve(utt.InferShapeTester):
x = solve(A, b)
fn = function([A, b], x)
x_result = fn(A_val.astype(A_dtype), b_val.astype(b_dtype))
print(A_dtype, b_dtype)
print('x', x.dtype, x_result.dtype, x.dtype == x_result.dtype)
assert x.dtype == x_result.dtype
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论