ArthurZ HF Staff commited on
Commit
bad6a46
·
verified ·
1 Parent(s): fa1258f

Update CircleCI artifacts for PR 43307 (9a937ac7a7a0)

Browse files
pr-43307/sha-9a937ac7a7a0/failure_summary.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "failures": [
3
+ {
4
+ "job_name": "tests_processors",
5
+ "test_name": "tests/models/grounding_dino/test_processing_grounding_dino.py::GroundingDinoProcessorTest::test_model_input_names",
6
+ "short_error": "AssertionError: Items in the first set but not the second:",
7
+ "error": "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Items in the first set but not the second:",
8
+ "model_name": "grounding_dino"
9
+ }
10
+ ],
11
+ "by_test": {
12
+ "tests/models/grounding_dino/test_processing_grounding_dino.py::GroundingDinoProcessorTest::test_model_input_names": {
13
+ "count": 1,
14
+ "errors": {
15
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Items in the first set but not the second:": 1
16
+ },
17
+ "jobs": [
18
+ "tests_processors"
19
+ ],
20
+ "variants": [
21
+ "tests/models/grounding_dino/test_processing_grounding_dino.py::GroundingDinoProcessorTest::test_model_input_names"
22
+ ]
23
+ }
24
+ },
25
+ "by_model": {
26
+ "grounding_dino": {
27
+ "count": 1,
28
+ "errors": {
29
+ "/usr/local/lib/python3.10/unittest/case.py:675: AssertionError: Items in the first set but not the second:": 1
30
+ },
31
+ "tests": [
32
+ "tests/models/grounding_dino/test_processing_grounding_dino.py::GroundingDinoProcessorTest::test_model_input_names"
33
+ ]
34
+ }
35
+ }
36
+ }