We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47140d3 + 33b689a commit 645c633Copy full SHA for 645c633
1 file changed
src/probeinterface/io.py
@@ -1807,7 +1807,7 @@ def read_openephys(
1807
"Use one of 'stream_name', 'probe_name', " "or 'serial_number'"
1808
)
1809
for probe_idx, probe_info in enumerate(np_probes_info):
1810
- if probe_info["name"] in stream_name:
+ if probe_info["name"] in stream_name or probe_info["serial_number"] in stream_name:
1811
found = True
1812
break
1813
if not found:
0 commit comments