File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
tests/data/annotation_import Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -987,7 +987,7 @@ def point_inference(prediction_id_mapping):
987987@pytest .fixture
988988def entity_inference (prediction_id_mapping ):
989989 entity = prediction_id_mapping ["named-entity" ].copy ()
990- entity .update ({"location" : {"start" : 66 , "end" : 128 }})
990+ entity .update ({"location" : {"start" : 112 , "end" : 128 }})
991991 del entity ["tool" ]
992992 return entity
993993
@@ -1500,12 +1500,9 @@ def expected_export_v2_text():
15001500 "annotation_kind" : "TextEntity" ,
15011501 "classifications" : [],
15021502 'location' : {
1503- 'start' :
1504- 66 ,
1505- 'end' :
1506- 128 ,
1507- 'token' :
1508- "more people to express themselves online😞😂, research suggests"
1503+ 'start' : 112 ,
1504+ 'end' : 128 ,
1505+ 'token' : "research suggests"
15091506 },
15101507 }],
15111508 "classifications" : [
You can’t perform that action at this time.
0 commit comments