Skip to content

Commit 47af58a

Browse files
committed
Increased tolerence for training score in texture test
1 parent 3e4b887 commit 47af58a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ def test_texture():
162162
train_sc, test_sc = mat_ml.train_SVC(C=10, gamma=1, Fe=0.8, Ce=0.95, Nseq=2, gridsearch=False, plot=False)
163163

164164
# 4) Check train score
165-
assert np.abs(train_sc - 97.66233766233766) < 1e-3
165+
assert np.abs(train_sc - 97.66233766233766) < 0.3

0 commit comments

Comments
 (0)