Skip to content

Commit

Permalink
Merge branch 'main' into relax-cbin-naming
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 authored Feb 28, 2024
2 parents 0008ea7 + e17d9fe commit f52f4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spikeinterface/core/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ def get_traces(

wf = template[start_template:end_template]
if self.amplitude_vector is not None:
wf *= self.amplitude_vector[i]
wf = wf * self.amplitude_vector[i]
traces[start_traces:end_traces] += wf

return traces.astype(self.dtype, copy=False)
Expand Down

0 comments on commit f52f4f2

Please sign in to comment.