Skip to content
Snippets Groups Projects
Commit 105e67d7 authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

update model

parent 91632a4e
No related branches found
No related tags found
No related merge requests found
Pipeline #508915 passed
......@@ -109,7 +109,7 @@ class Release(BaseModel):
class DocumentWide(BaseModel):
wall_time: float
cpu_time: float
cpu_time: float | None = None
cer_mean: float
cer_median: float
cer_range: List[float]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment