Skip to content

Commit 51d9fc5

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/spikeinterface/sorters/external/kilosort4.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -399,12 +399,12 @@ def _setup_json_probe_map(cls, recording, sorter_output_folder):
399399
xc = positions[:, 0]
400400
yc = positions[:, 1]
401401
kcoords = groups.astype(float)
402-
402+
403403
probe = {
404-
'chanMap': chanMap,
405-
'xc': xc,
406-
'yc': yc,
407-
'kcoords': kcoords,
408-
'n_chan': n_chan,
409-
}
404+
"chanMap": chanMap,
405+
"xc": xc,
406+
"yc": yc,
407+
"kcoords": kcoords,
408+
"n_chan": n_chan,
409+
}
410410
save_probe(probe, str(sorter_output_folder / "chanMap.json"))

0 commit comments

Comments
 (0)