Skip to content

Commit 749da2a

Browse files
committed
Show to 3dp
1 parent 9f342bd commit 749da2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
>
116116
{#each getSortedEntries(results) as [adtype, result]}
117117
{#if typeof result === "number"}
118-
<td>{result}</td>
118+
<td>{result.toFixed(3)}</td>
119119
{:else}
120120
<td>
121121
{#if KNOWN_ERRORS[`${model_name}__${adtype}`]}

0 commit comments

Comments
 (0)