Skip to content

Commit 6e56ba9

Browse files
committed
oups
1 parent 3c64280 commit 6e56ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/test/rawiotest/test_micromedrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def test_micromed_multi_segments(self):
4747
assert t_start > 0
4848
sr = reader2.get_signal_sampling_rate(stream_index=0)
4949
ind_start = int(t_start * sr)
50-
traces1_chunk = traces1[ind_start: ind_start+traces2.shape[0]]
5150
traces2 = reader2.get_analogsignal_chunk(block_index=0, seg_index=seg_index, stream_index=0)
51+
traces1_chunk = traces1[ind_start: ind_start+traces2.shape[0]]
5252
# we remove the last 100 sample because tools that cut traces is truncating the last buffer
5353
assert np.array_equal(traces2[:-100], traces1_chunk[:-100])
5454

0 commit comments

Comments
 (0)