Skip to content

Commit bc0f518

Browse files
h-mayorquinzm711
andauthored
Update neo/rawio/edfrawio.py
Co-authored-by: Zach McKenzie <[email protected]>
1 parent 54dab1e commit bc0f518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/edfrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def _get_analogsignal_chunk(self, block_index, seg_index, i_start, i_stop, strea
224224

225225
# load data into numpy array buffer
226226
data = []
227-
self._open()
227+
self._open_reader()
228228
for i, channel_idx in enumerate(selected_channel_idxs):
229229
# use int32 for compatibility with pyedflib
230230
buffer = np.empty(n, dtype=np.int32)

0 commit comments

Comments
 (0)