Skip to content

Commit

Permalink
Merge branch 'sphinx-fixes' of https://github.com/zm711/spikeinterface
Browse files Browse the repository at this point in the history
…into sphinx-fixes
  • Loading branch information
zm711 committed Sep 13, 2023
2 parents 8f38270 + 5a05753 commit 072d645
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/spikeinterface/postprocessing/principal_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def compute_principal_components(
>>> # run for all spikes in the SortingExtractor
>>> pc.run_for_all_spikes(file_path="all_pca_projections.npy")
"""

if load_if_exists and waveform_extractor.is_extension(WaveformPrincipalComponent.extension_name):
pc = waveform_extractor.load_extension(WaveformPrincipalComponent.extension_name)
else:
Expand Down
2 changes: 1 addition & 1 deletion src/spikeinterface/preprocessing/motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def correct_motion(
Parameters for each step are handled as separate dictionaries.
For more information please check the documentation of the following functions:
* :py:func:`~spikeinterface.sortingcomponents.peak_detection.detect_peaks`
* :py:func:`~spikeinterface.sortingcomponents.peak_selection.select_peaks`
* :py:func:`~spikeinterface.sortingcomponents.peak_localization.localize_peaks`
Expand Down
2 changes: 1 addition & 1 deletion src/spikeinterface/qualitymetrics/pca_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def silhouette_score(all_pcs, all_labels, this_unit_id):
-------
unit_silhouette_score : float
Silhouette Score for this unit
References
----------
Based on [Rousseeuw]_
Expand Down

0 comments on commit 072d645

Please sign in to comment.