syncopy icon indicating copy to clipboard operation
syncopy copied to clipboard

`info` property does not get copied with selections

Open tensionhead opened this issue 1 year ago • 0 comments

To reproduce:

import syncopy as spy

adata1 = spy.synthdata.white_noise()
adata1.info = {'var1': 3}
adata2 = adata1.selectdata(channel=1)
adata2.info
>> {}

tensionhead avatar Aug 24 '23 10:08 tensionhead