We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67633a5 commit 3d0a98bCopy full SHA for 3d0a98b
1 file changed
src/spikeinterface/preprocessing/filter.py
@@ -423,7 +423,8 @@ def fix_dtype(recording, dtype):
423
# if uint --> force int
424
if dtype.kind == "u":
425
raise ValueError(
426
- "Unsigned types are not supported. You can use "
+ "Unsigned types are not supported, since they don't ineract well with "
427
+ "various preprocessing steps. You can use "
428
"`spikeinterface.preprocessing.unsigned_to_signed` to convert the recording to a signed type."
429
)
430
0 commit comments