We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d695090 commit 03a1af3Copy full SHA for 03a1af3
tests/data/annotation_import/conftest.py
@@ -987,7 +987,7 @@ def point_inference(prediction_id_mapping):
987
@pytest.fixture
988
def entity_inference(prediction_id_mapping):
989
entity = prediction_id_mapping["named-entity"].copy()
990
- entity.update({"location": {"start": 67, "end": 128}})
+ entity.update({"location": {"start": 66, "end": 128}})
991
del entity["tool"]
992
return entity
993
0 commit comments