Skip to content

Commit

Permalink
Merge pull request #3017 from JoeZiminski/optimize_numba_correlogram
Browse files Browse the repository at this point in the history
Optimize numba cross-correlation and extend `correlograms.py` docstrings and tests
  • Loading branch information
samuelgarcia authored Jul 3, 2024
2 parents 26c84ea + a96821c commit 203f778
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 223 deletions.
4 changes: 0 additions & 4 deletions src/spikeinterface/postprocessing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
from .correlograms import (
ComputeCorrelograms,
compute_correlograms,
compute_autocorrelogram_from_spiketrain,
compute_crosscorrelogram_from_spiketrain,
correlogram_for_one_segment,
compute_correlograms_numba,
compute_correlograms_numpy,
)

from .isi import (
Expand Down
Loading

0 comments on commit 203f778

Please sign in to comment.