Skip to content

Commit 6dadc35

Browse files
committed
fix tests
1 parent 094f35f commit 6dadc35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neo/rawio/intanrawio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ def _get_analogsignal_chunk_one_file_per_signal(self, i_start, i_stop, stream_in
534534
output = self._demultiplex_digital_data(raw_data, channel_ids, i_start, i_stop)
535535
elif stream_is_stim:
536536
output = self._demultiplex_stim_data(raw_data, i_start, i_stop)
537+
output = output[:, channel_indexes]
537538
else:
538539
output = raw_data[i_start:i_stop, channel_indexes]
539540

0 commit comments

Comments
 (0)