Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2024
1 parent c9d02d8 commit a1e97a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/sorters/internal/spyking_circus2.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _run_from_folder(cls, sorter_output_folder, params, verbose):
else:
clustering_method = "random_projections"

print('test')
print("test")
labels, peak_labels = find_cluster_from_peaks(
recording_w, selected_peaks, method=clustering_method, method_kwargs=clustering_params, **job_kwargs
)
Expand Down

0 comments on commit a1e97a5

Please sign in to comment.