INM-6 / python-neo

Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats
http://packages.python.org/neo/
BSD 3-Clause "New" or "Revised" License
3 stars 10 forks source link

Deep-copy of complete trees fails #14

Open mdenker opened 9 years ago

mdenker commented 9 years ago

Needs further investigation, but for example, when doing a deep copy of a Block, sometime the annotations of AnalogSignals get lost.

lphan commented 9 years ago

What function did you use to deep-copy of the whole Block ? or even some example_codes to reproduce the error is useful.