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 4c9f544 commit 07d634fCopy full SHA for 07d634f
tests/test_prediction.py
@@ -282,8 +282,6 @@ def test_mixed_pred_upload_async(model_run: ModelRun):
282
asynchronous=True,
283
)
284
job.sleep_until_complete()
285
- print(job.status())
286
- print(job.errors())
287
288
assert job.status() == {
289
"job_id": job.id,
@@ -328,7 +326,7 @@ def test_mixed_pred_upload_async_with_error(model_run: ModelRun):
328
326
"annotation_upload": {
329
327
"epoch": 1,
330
"total": 2,
331
- "errored": 0,
+ "errored": 1,
332
"ignored": 0,
333
"datasetId": model_run._dataset_id,
334
"processed": 1,
0 commit comments