Skip to content

Commit

Permalink
increasing tolerance again
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Oct 26, 2023
1 parent e9ab771 commit ff4d0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regression/test_classification_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def test_classification_output(test_ops, data_dir):
test_ops['save_path'] = test_ops['save_path0']
stat, expected_output = get_stat_iscell(data_dir)
iscell = classification.classify(stat, classfile=classification.builtin_classfile)
assert np.allclose(iscell, expected_output, atol=5e-2)
assert np.allclose(iscell, expected_output, atol=1e-1)

0 comments on commit ff4d0cf

Please sign in to comment.