Skip to content

Commit 784c383

Browse files
committed
Update tolerance for seeded CNMFE test
1 parent ad05c13 commit 784c383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1520,5 +1520,5 @@ def test_seeded_cnmfe():
15201520
ground_truths_dir.joinpath("cnmfe_seeded", "temporal_components.npy")
15211521
)
15221522
numpy.testing.assert_allclose(
1523-
cnmf_temporal_components, cnmf_temporal_components_actual, rtol=1e-2, atol=1e-10
1523+
cnmf_temporal_components, cnmf_temporal_components_actual, rtol=1e-2, atol=1e-4
15241524
)

0 commit comments

Comments
 (0)