File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,6 @@ def download_result(result_url):
187187
188188 assert len (task_results ) == len (label_ids )
189189 for task_result in task_results :
190- assert len (task_result ['errors' ]) == 0
191190 # Check export param handling
192191 if media_attributes :
193192 assert 'media_attributes' in task_result and task_result [
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ def download_result(result_url):
7070 task_results = download_result (task .result_url )
7171
7272 for task_result in task_results :
73- assert len (task_result ['errors' ]) == 0
7473 task_project = task_result ['projects' ][project .uid ]
7574 task_project_label_ids_set = set (
7675 map (lambda prediction : prediction ['id' ], task_project ['labels' ]))
You can’t perform that action at this time.
0 commit comments