Skip to content

Commit

Permalink
Use default cutoutss for peak-sign test
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 23, 2023
1 parent 1c6535a commit a5538a2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,7 @@ def test_peak_sign(self):
# invert recording
rec_inv = scale(rec, gain=-1.0)

we_inv = WaveformExtractor.create(rec_inv, sort, self.cache_folder / "toy_waveforms_inv")
we_inv.set_params(ms_before=3.0, ms_after=4.0, max_spikes_per_unit=None)
we_inv.run_extract_waveforms(n_jobs=1, chunk_size=30000)
we_inv = extract_waveforms(rec_inv, sort, self.cache_folder / "toy_waveforms_inv")

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

0 comments on commit a5538a2

Please sign in to comment.