diff --git a/neo/core/basesignal.py b/neo/core/basesignal.py index 571a96ed8..4ae56d5a1 100644 --- a/neo/core/basesignal.py +++ b/neo/core/basesignal.py @@ -267,7 +267,7 @@ def merge(self, other): stack, units=self.units, dtype=self.dtype, - copy=False, + copy=None, t_start=self.t_start, sampling_rate=self.sampling_rate, **kwargs,