Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia authored Mar 4, 2024
2 parents 8c9cef5 + e17d9fe commit cba3d06
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 cba3d06

Please sign in to comment.