Skip to content

Commit f61eaee

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/widgets/rasters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ def __init__(
443443
else:
444444
depths = sorting_analyzer_or_sorting.get_extension("unit_locations").get_data(outputs="numpy")
445445
s_args_depths = np.argsort(depths[:, 1])
446-
depth_dict = {b:i for i,b in enumerate(unit_ids[s_args_depths].tolist())}
446+
depth_dict = {b: i for i, b in enumerate(unit_ids[s_args_depths].tolist())}
447447
elif sort_by_depth:
448448
raise AttributeError("`sort_by_depth=True` requires a SortingAnalyzer")
449449

0 commit comments

Comments
 (0)