Skip to content

Commit

Permalink
Merge branch 'main' into sorter-window-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 authored Mar 6, 2024
2 parents 08b5f82 + 85619d5 commit 032f920
Show file tree
Hide file tree
Showing 191 changed files with 14,081 additions and 13,232 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
files: ^src/
7 changes: 4 additions & 3 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ spikeinterface.core
:members:
.. autoclass:: BaseEvent
:members:
.. autoclass:: WaveformExtractor
.. autoclass:: SortingAnalyzer
:members:
.. autofunction:: extract_waveforms
.. autofunction:: load_waveforms
.. autofunction:: create_sorting_analyzer
.. autofunction:: load_sorting_analyzer
.. autofunction:: compute_sparsity
.. autofunction:: estimate_sparsity
.. autoclass:: ChannelSparsity
:members:
.. autoclass:: BinaryRecordingExtractor
Expand Down
Loading

0 comments on commit 032f920

Please sign in to comment.