From 03affe4acec23fd392b453f13d30e2124f6d683e Mon Sep 17 00:00:00 2001 From: Zach McKenzie <92116279+zm711@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:15:08 -0500 Subject: [PATCH] switch function to private version. --- neo/rawio/axonarawio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/rawio/axonarawio.py b/neo/rawio/axonarawio.py index 5ccc5bd04..958edea48 100644 --- a/neo/rawio/axonarawio.py +++ b/neo/rawio/axonarawio.py @@ -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