提交 c3fe4af1 authored 作者: carriepl's avatar carriepl

Fix scan test for float32

上级 e35339ba
...@@ -751,7 +751,7 @@ class T_Scan(unittest.TestCase): ...@@ -751,7 +751,7 @@ class T_Scan(unittest.TestCase):
def inner_fct(mitsot_m2, sitsot): def inner_fct(mitsot_m2, sitsot):
total = mitsot_m2 + sitsot total = mitsot_m2 + sitsot
output = total ** 1.05 output = total ** 1.02
return output, output return output, output
def get_sum_of_grad(input0, input1): def get_sum_of_grad(input0, input1):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论