This commit is contained in:
kadarakos 2023-01-31 16:33:06 +00:00
parent 8a807ef1dd
commit 079f09b97c

View File

@ -377,7 +377,6 @@ def test_overfitting_IO_overlapping():
assert set([span.label_ for span in spans2]) == {"LOC", "DOUBLE_LOC"} assert set([span.label_ for span in spans2]) == {"LOC", "DOUBLE_LOC"}
@pytest.mark.parametrize("name", SPANCAT_COMPONENTS) @pytest.mark.parametrize("name", SPANCAT_COMPONENTS)
def test_zero_suggestions(name): def test_zero_suggestions(name):
# Test with a suggester that returns 0 suggestions # Test with a suggester that returns 0 suggestions