Skip to content

Commit

Permalink
remove copy from basesignal
Browse files Browse the repository at this point in the history
  • Loading branch information
zm711 committed Sep 13, 2024
1 parent b65c7e5 commit b4a337c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/core/basesignal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b4a337c

Please sign in to comment.