We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 270e6be commit 0dd6ca0Copy full SHA for 0dd6ca0
tests/test_fieldtype_model.py
@@ -36,7 +36,7 @@ def test_training(storage, capsys):
36
assert 'realistic form types' in out
37
assert 'Best hyperparameters' in out
38
39
- assert 0.0 < crf.c1 < 1.5
+ assert 0.0 < crf.c1 < 2.5
40
assert 0.0 < crf.c2 < 0.9
41
assert crf.c1, crf.c2 != _REALISTIC_C1_C2
42
assert crf.c1, crf.c2 != _PRECISE_C1_C2
0 commit comments