Skip to content

Commit 2b60ed2

Browse files
authored
linting
1 parent bcbf731 commit 2b60ed2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/spikeinterface/extractors/phykilosortextractors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class BasePhyKilosortSortingExtractor(BaseSorting):
4040
The cluster_id column is used as the merge key to combine properties from multiple files.
4141
All loaded properties are added to the sorting extractor as unit properties, with some
4242
renamed for SpikeInterface conventions: 'group' becomes 'quality', 'cluster_id'
43-
becomes 'original_cluster_id'. These properties can be accessed via ``sorting.get_property()`` function.
43+
becomes 'original_cluster_id'. These properties can be accessed via ``sorting.get_property()``
44+
function.
4445
"""
4546

4647
installation_mesg = (

0 commit comments

Comments
 (0)