Skip to content

Commit

Permalink
Update src/spikeinterface/qualitymetrics/misc_metrics.py
Browse files Browse the repository at this point in the history
Co-authored-by: Zach McKenzie <[email protected]>
  • Loading branch information
chrishalcrow and zm711 authored Jul 1, 2024
1 parent b685edd commit 2bd0633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/qualitymetrics/misc_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def compute_isi_violations(sorting_analyzer, isi_threshold_ms=1.5, min_isi_ms=0,
----------
Based on metrics originally implemented in Ultra Mega Sort [UMS]_.
This implementation is based on one written in Matlab by Nick Steinmetz
This implementation is based on one of the original implementations written in Matlab by Nick Steinmetz
(https://github.com/cortex-lab/sortingQuality) and converted to Python by Daniel Denman.
"""
res = namedtuple("isi_violation", ["isi_violations_ratio", "isi_violations_count"])
Expand Down

0 comments on commit 2bd0633

Please sign in to comment.