Skip to content

Commit

Permalink
Add missing seed in QM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 23, 2023
1 parent bf6070a commit 52261e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def test_peak_sign(self):
# invert recording
rec_inv = scale(rec, gain=-1.0)

we_inv = extract_waveforms(rec_inv, sort, self.cache_folder / "toy_waveforms_inv")
we_inv = extract_waveforms(rec_inv, sort, self.cache_folder / "toy_waveforms_inv", seed=0)

# compute amplitudes
_ = compute_spike_amplitudes(we, peak_sign="neg")
Expand Down

0 comments on commit 52261e2

Please sign in to comment.