Skip to content

Commit

Permalink
re-remove pcs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalcrow committed Sep 12, 2024
1 parent b35873c commit 41f73ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spikeinterface/qualitymetrics/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ 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 41f73ed

Please sign in to comment.