Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
Signed-off-by: Haoyang Li <haoyangl@nvidia.com>
  • Loading branch information
thirtiseven committed May 13, 2024
1 parent 42d84f6 commit da6347a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/src/main/python/get_json_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,5 @@ def json_string_to_float(x):
else:
return float(x)
for i in range(len(gpu_res)):
# verify relatively diff < 1e-9 (default value for is_close)
assert math.isclose(json_string_to_float(gpu_res[i][0]), json_string_to_float(cpu_res[i][0]))

0 comments on commit da6347a

Please sign in to comment.