Skip to content

Commit d7bea0f

Browse files
committed
increase precision
1 parent 3de3c5d commit d7bea0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_array_api/reference/evaluator_yield.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def to_str(
446446
):
447447
disc = discrepancies(d1.value, d2.value)
448448
a, r = disc["aerr"], disc["rerr"]
449-
line += f" | a={a:.3f} r={r:.3f}"
449+
line += f" | a={a:.5f} r={r:.5f}"
450450
elif i == last[0]:
451451
d2 = s2[j]
452452
line = (

0 commit comments

Comments
 (0)