Skip to content

Commit

Permalink
this should make us whole
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jun 26, 2024
1 parent edf4da2 commit dc646f4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ def test_compare_multiple_templates():
duration = 60
num_channels = 8

rec, sort = generate_ground_truth_recording(durations=[duration], num_channels=num_channels)
seed = 0
rec, sort = generate_ground_truth_recording(
durations=[duration],
num_channels=num_channels,
seed=seed,
)

# split recording in 3 equal slices
fs = rec.get_sampling_frequency()
Expand Down

0 comments on commit dc646f4

Please sign in to comment.