Skip to content

Commit 09b3906

Browse files
committed
Fix breaking changed API
1 parent 7e16c06 commit 09b3906

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/spikeinterface/sorters/external/herdingspikes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,4 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
160160

161161
@classmethod
162162
def _get_result_from_folder(cls, sorter_output_folder):
163-
return HerdingspikesSortingExtractor(
164-
file_path=Path(sorter_output_folder) / "HS2_sorted.hdf5", load_unit_info=True
165-
)
163+
return HerdingspikesSortingExtractor(file_path=Path(sorter_output_folder) / "HS2_sorted.hdf5")

0 commit comments

Comments
 (0)