Skip to content

Commit 035d61c

Browse files
authored
Fix string format error.
1 parent 12538cc commit 035d61c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/preprocessing/whiten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777

7878
if dtype_.kind == "i":
7979
assert int_scale is not None, (
80-
"For recording with dtype=int you must set the output dtype to float " " OR set a int_scale"
80+
"For recording with dtype=int you must set the output dtype to float OR set a int_scale"
8181
)
8282

8383
if W is not None:

0 commit comments

Comments
 (0)