Skip to content

Commit fc23a49

Browse files
percevalwsvittoz
authored andcommitted
fix: decrease dummy train test performance treshold
1 parent 340e625 commit fc23a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/training/test_train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_qualif_train(run_in_test_dir, tmp_path):
100100
scorer = GenericScorer(**kwargs["scorer"])
101101
last_scores = scorer(nlp, Reader(**kwargs["val_data"])(nlp))
102102

103-
assert last_scores["qualifier"]["micro"]["f"] > 0.5
103+
assert last_scores["qualifier"]["micro"]["f"] >= 0.4
104104

105105

106106
def test_optimizer():

0 commit comments

Comments
 (0)