1 parent 79bcf8a commit 056c741Copy full SHA for 056c741
1 file changed
web/src/table/data.ts
@@ -23,7 +23,7 @@ export interface SubmissionScore {
23
decoding: string
24
repetition_penalty: string
25
attack: string
26
- accuracy: { [fpr: number]: SubmissionMetric }
+ accuracy: { [fpr: string]: SubmissionMetric | null }
27
auroc: number | null
28
}
29
0 commit comments