Skip to content

Commit

Permalink
Update src/spikeinterface/sorters/external/herdingspikes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Buccino <[email protected]>
  • Loading branch information
mhhennig and alejoe91 authored Jul 29, 2024
1 parent 092c13c commit 0b7dc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/external/herdingspikes.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):

assert (
lightning_api
), "HerdingSpikes version <0.4.001 is no longer supported. To upgrade, run:\n>>> pip install --upgrade herdingspikes"
), "HerdingSpikes version <0.4.1 is no longer supported. To upgrade, run:\n>>> pip install --upgrade herdingspikes"

recording = cls.load_recording_from_folder(sorter_output_folder.parent, with_warnings=False)

Expand Down

0 comments on commit 0b7dc33

Please sign in to comment.