Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eab7cce

Browse filesBrowse files
committed
switch to :g
1 parent c5d44d0 commit eab7cce
Copy full SHA for eab7cce

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎onnx_array_api/reference/evaluator_yield.py

Copy file name to clipboardExpand all lines: onnx_array_api/reference/evaluator_yield.py
+1-1Lines changed: 1 addition & 1 deletion
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:.5f} r={r:.5f}"
449+
line += f" | a={a:.5g} r={r:.5g}"
450450
elif i == last[0]:
451451
d2 = s2[j]
452452
line = (

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.