Skip to content

Commit c07f466

Browse files
h-mayorquinzm711
andauthored
Update src/spikeinterface/comparison/comparisontools.py
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent 1ca0655 commit c07f466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/comparison/comparisontools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def compute_distance_matrix(sorting1, sorting2, delta_frames):
343343
num_segments_sorting2 = sorting2.get_num_segments()
344344
assert (
345345
num_segments_sorting1 == num_segments_sorting2
346-
), "make_match_count_matrix : sorting1 and sorting2 must have the same segment number"
346+
), "make_match_count_matrix : sorting1 and sorting2 must have the same number of segments"
347347

348348
optimized_compute_dot_product = get_optimized_dot_product_function()
349349
get_optimized_compute_norm = get_optimized_compute_norm_function()

0 commit comments

Comments
 (0)