Skip to content

Commit b4a337c

Browse files
committed
remove copy from basesignal
1 parent b65c7e5 commit b4a337c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/core/basesignal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def merge(self, other):
267267
stack,
268268
units=self.units,
269269
dtype=self.dtype,
270-
copy=False,
270+
copy=None,
271271
t_start=self.t_start,
272272
sampling_rate=self.sampling_rate,
273273
**kwargs,

0 commit comments

Comments
 (0)