Skip to content

Commit 021d250

Browse files
committed
oops
1 parent f89dad6 commit 021d250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/intanrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def read_rhs(filename):
403403

404404
if bool(global_info["dc_amplifier_data_saved"]):
405405
for chan_info in channels_by_type[0]:
406-
name = chan_info["native_channel_name"]
406+
name = chan_info["custom_channel_name"]
407407
chan_info_dc = dict(chan_info)
408408
chan_info_dc["custom_channel_name"] = name + "_DC"
409409
chan_info_dc["sampling_rate"] = sr

0 commit comments

Comments
 (0)