Skip to content

Commit 3602c40

Browse files
authored
Merge pull request #4047 from yger/patch_kilosort
Fix for file_suffix that is missing
2 parents 68c8d00 + 184d64a commit 3602c40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/spikeinterface/core/baserecording.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ def binary_compatible_with(
852852
time_axis=None,
853853
file_paths_length=None,
854854
file_offset=None,
855+
file_suffix=None,
855856
):
856857
"""
857858
Check is the recording is binary compatible with some constrain on

0 commit comments

Comments
 (0)