File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,6 @@ def test_annotate_async(dataset: Dataset):
275
275
"processed" : 2 ,
276
276
},
277
277
"segmentation_upload" : {
278
- "errors" : [],
279
278
"ignored" : 0 ,
280
279
"n_errors" : 0 ,
281
280
"processed" : 1 ,
@@ -311,7 +310,6 @@ def test_annotate_async_with_error(dataset: Dataset):
311
310
"processed" : 1 ,
312
311
},
313
312
"segmentation_upload" : {
314
- "errors" : [],
315
313
"ignored" : 0 ,
316
314
"n_errors" : 0 ,
317
315
"processed" : 1 ,
Original file line number Diff line number Diff line change @@ -297,7 +297,6 @@ def test_mixed_pred_upload_async(model_run: ModelRun):
297
297
"processed" : 2 ,
298
298
},
299
299
"segmentation_upload" : {
300
- "errors" : [],
301
300
"ignored" : 0 ,
302
301
"n_errors" : 0 ,
303
302
"processed" : 1 ,
@@ -334,7 +333,6 @@ def test_mixed_pred_upload_async_with_error(model_run: ModelRun):
334
333
"processed" : 1 ,
335
334
},
336
335
"segmentation_upload" : {
337
- "errors" : [],
338
336
"ignored" : 0 ,
339
337
"n_errors" : 0 ,
340
338
"processed" : 1 ,
You can’t perform that action at this time.
0 commit comments