We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c64280 commit 6e56ba9Copy full SHA for 6e56ba9
neo/test/rawiotest/test_micromedrawio.py
@@ -47,8 +47,8 @@ def test_micromed_multi_segments(self):
47
assert t_start > 0
48
sr = reader2.get_signal_sampling_rate(stream_index=0)
49
ind_start = int(t_start * sr)
50
- traces1_chunk = traces1[ind_start: ind_start+traces2.shape[0]]
51
traces2 = reader2.get_analogsignal_chunk(block_index=0, seg_index=seg_index, stream_index=0)
+ traces1_chunk = traces1[ind_start: ind_start+traces2.shape[0]]
52
# we remove the last 100 sample because tools that cut traces is truncating the last buffer
53
assert np.array_equal(traces2[:-100], traces1_chunk[:-100])
54
0 commit comments