File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,7 +275,6 @@ def test_annotate_async(dataset: Dataset):
275275 "processed" : 2 ,
276276 },
277277 "segmentation_upload" : {
278- "errors" : [],
279278 "ignored" : 0 ,
280279 "n_errors" : 0 ,
281280 "processed" : 1 ,
@@ -311,7 +310,6 @@ def test_annotate_async_with_error(dataset: Dataset):
311310 "processed" : 1 ,
312311 },
313312 "segmentation_upload" : {
314- "errors" : [],
315313 "ignored" : 0 ,
316314 "n_errors" : 0 ,
317315 "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):
297297 "processed" : 2 ,
298298 },
299299 "segmentation_upload" : {
300- "errors" : [],
301300 "ignored" : 0 ,
302301 "n_errors" : 0 ,
303302 "processed" : 1 ,
@@ -334,7 +333,6 @@ def test_mixed_pred_upload_async_with_error(model_run: ModelRun):
334333 "processed" : 1 ,
335334 },
336335 "segmentation_upload" : {
337- "errors" : [],
338336 "ignored" : 0 ,
339337 "n_errors" : 0 ,
340338 "processed" : 1 ,
You can’t perform that action at this time.
0 commit comments