We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25fc65 commit efe3247Copy full SHA for efe3247
tests/test_dataset.py
@@ -417,8 +417,8 @@ def test_annotate_async_with_error(dataset: Dataset):
417
"processed": 1,
418
},
419
420
- "job_progress": "0.67",
421
- "completed_steps": 2,
+ "job_progress": "1.00",
+ "completed_steps": 3,
422
"total_steps": 3,
423
}
424
tests/test_prediction.py
@@ -348,8 +348,8 @@ def test_mixed_pred_upload_async_with_error(model_run: ModelRun):
348
349
350
351
352
353
354
355
0 commit comments