Skip to content

Commit 18cfb2b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b5c260a commit 18cfb2b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/spikeinterface/preprocessing/whiten.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ def __init__(
7676
dtype_ = fix_dtype(recording, dtype)
7777

7878
if dtype_.kind == "i":
79-
assert int_scale is not None, ("For recording with dtype=int you must set the output dtype to float "
80-
" OR set a int_scale")
79+
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"
81+
)
8182

8283
if W is not None:
8384
W = np.asarray(W)

0 commit comments

Comments
 (0)