Skip to content

Commit 4926a35

Browse files
authored
fix: set up new spikes list after seed update
1 parent 61627ea commit 4926a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def test_identify_spikes(request):
152152
fd = rng.normal(0, 5, n_samples)
153153
threshold = 2.0
154154

155-
expected_indices = np.asarray([5, 57, 85, 100, 127, 180, 191, 202, 335, 393, 409])
155+
expected_indices = np.asarray([143, 248, 275, 285, 314, 406, 408, 444])
156156
expected_mask = np.zeros(n_samples, dtype=bool)
157157
expected_mask[expected_indices] = True
158158

0 commit comments

Comments
 (0)