Skip to content

Commit

Permalink
switch function to private version.
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Dec 5, 2024
1 parent e6685be commit 03affe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/rawio/axonarawio.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def _get_analogsignal_chunk(self, block_index, seg_index, i_start, i_stop, strea
if channel_indexes is None:
channel_indexes = [i for i in range(bin_dict["num_channels"])]
elif isinstance(channel_indexes, slice):
channel_indexes = self.get_active_channels()
channel_indexes = self._get_active_channels()

num_samples = i_stop - i_start

Expand Down

0 comments on commit 03affe4

Please sign in to comment.