Open mdenker opened 9 years ago
This is not a bug, but intended. Still it is an awful choice of a function name, because it just merges the annotations as described in the documentation of the merge operation.
Ah, ok. Then maybe we should suggest a new unique name for this function, like only merge_annotations?
a=neo.SpikeTrain([1,2,3]*pq.ms,t_stop=10*pq.ms)
b=neo.SpikeTrain([1,4,5]*pq.ms,t_stop=10*pq.ms)
print a.merge(b)
None