Skip to content

Commit 0d92eba

Browse files
committed
fix regex 2
1 parent 2c54203 commit 0d92eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/blackrockrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def _parse_header(self):
600600
idx = list(nsx_header["electrode_id"]).index(chan_id)
601601
values.append(nsx_header[key][idx])
602602
values = np.array(values)
603-
sig_ann["_array_annotations__"][key] = values
603+
sig_ann["__array_annotations__"][key] = values
604604

605605
for c in range(spike_channels.size):
606606
st_ann = seg_ann["spikes"][c]

0 commit comments

Comments
 (0)