Skip to content

Commit ff4d0cf

Browse files
increasing tolerance again
1 parent e9ab771 commit ff4d0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression/test_classification_pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ def test_classification_output(test_ops, data_dir):
2020
test_ops['save_path'] = test_ops['save_path0']
2121
stat, expected_output = get_stat_iscell(data_dir)
2222
iscell = classification.classify(stat, classfile=classification.builtin_classfile)
23-
assert np.allclose(iscell, expected_output, atol=5e-2)
23+
assert np.allclose(iscell, expected_output, atol=1e-1)

0 commit comments

Comments
 (0)