Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 30, 2024
1 parent 25373b6 commit 597ef7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spikeinterface/qualitymetrics/misc_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ def compute_presence_ratios(sorting_analyzer, bin_duration_s=60.0, mean_fr_ratio
)


def compute_snrs(sorting_analyzer,
def compute_snrs(
sorting_analyzer,
peak_sign: str = "neg",
peak_mode: str = "extremum",
unit_ids=None,
Expand Down

0 comments on commit 597ef7d

Please sign in to comment.