Skip to content

Commit

Permalink
compute pcs for sortinganalyzer again
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalcrow committed Sep 11, 2024
1 parent de2ade6 commit b35873c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface/qualitymetrics/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ def sorting_analyzer_simple():
sorting_analyzer.compute("waveforms", **job_kwargs)
sorting_analyzer.compute("templates")
sorting_analyzer.compute("spike_amplitudes", **job_kwargs)
sorting_analyzer.compute("principal_components", n_components=5, mode="by_channel_local", **job_kwargs)

return sorting_analyzer

0 comments on commit b35873c

Please sign in to comment.