Skip to content

Commit 94841d0

Browse files
committed
Update tolerance for seeded CNMFE test (again)
1 parent cd212fa commit 94841d0

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-4
1523+
cnmf_temporal_components, cnmf_temporal_components_actual, rtol=1e-2, atol=1e-3
15241524
)

0 commit comments

Comments
 (0)