We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ab771 commit ff4d0cfCopy full SHA for ff4d0cf
tests/regression/test_classification_pipeline.py
@@ -20,4 +20,4 @@ def test_classification_output(test_ops, data_dir):
20
test_ops['save_path'] = test_ops['save_path0']
21
stat, expected_output = get_stat_iscell(data_dir)
22
iscell = classification.classify(stat, classfile=classification.builtin_classfile)
23
- assert np.allclose(iscell, expected_output, atol=5e-2)
+ assert np.allclose(iscell, expected_output, atol=1e-1)
0 commit comments