Skip to content

Commit 2e3565a

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/spikeinterface/sortingcomponents/matching

src/spikeinterface/sortingcomponents/matching/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
("segment_index", "int64"),
1818
]
1919

20+
2021
def find_spikes_from_templates(
2122
recording, method="naive", method_kwargs={}, extra_outputs=False, verbose=False, **job_kwargs
2223
) -> np.ndarray | tuple[np.ndarray, dict]:

0 commit comments

Comments
 (0)