Skip to content

Commit 0dd6ca0

Browse files
committed
TST allow wider range of hyperparameters
1 parent 270e6be commit 0dd6ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fieldtype_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_training(storage, capsys):
3636
assert 'realistic form types' in out
3737
assert 'Best hyperparameters' in out
3838

39-
assert 0.0 < crf.c1 < 1.5
39+
assert 0.0 < crf.c1 < 2.5
4040
assert 0.0 < crf.c2 < 0.9
4141
assert crf.c1, crf.c2 != _REALISTIC_C1_C2
4242
assert crf.c1, crf.c2 != _PRECISE_C1_C2

0 commit comments

Comments
 (0)