mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
remove debug lines
This commit is contained in:
parent
af802257f2
commit
2a1cb13069
|
@ -258,8 +258,6 @@ def test_overfitting_IO():
|
|||
|
||||
# Test scoring
|
||||
scores = nlp.evaluate(train_examples)
|
||||
sf = nlp.get_pipe("span_finder")
|
||||
print(sf.spans_key)
|
||||
assert f"span_finder_{span_finder.spans_key}_f" in scores
|
||||
# XXX Its not perfect 1.0 F1 because we want it to overgenerate for now.
|
||||
assert scores[f"span_finder_{span_finder.spans_key}_f"] == 0.4
|
||||
|
|
Loading…
Reference in New Issue
Block a user