Skip to content

Commit 056c741

Browse files
committed
Fixed website build error
1 parent 79bcf8a commit 056c741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/table/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface SubmissionScore {
2323
decoding: string
2424
repetition_penalty: string
2525
attack: string
26-
accuracy: { [fpr: number]: SubmissionMetric }
26+
accuracy: { [fpr: string]: SubmissionMetric | null }
2727
auroc: number | null
2828
}
2929

0 commit comments

Comments
 (0)