We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a9deb commit 44d42e9Copy full SHA for 44d42e9
src/spikeinterface/extractors/neoextractors/neobaseextractor.py
@@ -206,7 +206,7 @@ def __init__(
206
if stream_id is None and stream_name is None:
207
if stream_channels.size > 1:
208
raise ValueError(
209
- f"This reader have several streams: \n`stream_names`: {stream_names}\n `stream_ids`: {stream_ids}. \n"
+ f"This reader have several streams: \n`stream_names`: {stream_names}\n`stream_ids`: {stream_ids}. \n"
210
f"Specify it from the options above with the 'stream_name' or 'stream_id' arguments"
211
)
212
else:
0 commit comments