Skip to content

Commit a83f73c

Browse files
committed
oops
1 parent d573727 commit a83f73c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

neo/rawio/intanrawio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,7 @@ def read_rhs(filename, file_format: str):
906906
channel_number_dict["DC Amplifier channel"] = channel_number_dict["RHS2000 amplifier channel"]
907907
if file_format != "one-file-per-channel":
908908
channel_number_dict["Stim channel"] = channel_number_dict["RHS2000 amplifier channel"]
909+
raw_file_paths_dict = create_one_file_per_signal_dict_rhs(dirname=filename.parent)
909910
else:
910911
raw_file_paths_dict = create_one_file_per_channel_dict_rhs(dirname=filename.parent)
911912
channel_number_dict["Stim channel"] = len(raw_file_paths_dict["Stim channel"])

0 commit comments

Comments
 (0)