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 Nov 4, 2024
1 parent 81307a6 commit 1f2e2f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_merging_quality_metrics(sorting_analyzer_simple):
assert np.float64 == new_metrics["snr"].dtype

# test that we appropriate convert int based metrics to int
assert np.int32 == new_metrics['num_spikes'].dtype
assert np.int32 == new_metrics["num_spikes"].dtype


def test_compute_quality_metrics_recordingless(sorting_analyzer_simple):
Expand Down

0 comments on commit 1f2e2f1

Please sign in to comment.