We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8b638e + 790011a commit 6bcd2e6Copy full SHA for 6bcd2e6
src/spikeinterface/generation/drift_tools.py
@@ -567,7 +567,7 @@ def get_traces(
567
568
wf = template[start_template:end_template]
569
if self.amplitude_vector is not None:
570
- wf *= self.amplitude_vector[i]
+ wf = wf * self.amplitude_vector[i]
571
traces[start_traces:end_traces] += wf.astype(self.dtype, copy=False)
572
573
return traces.astype(self.dtype)
0 commit comments