Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

info property does not get copied with selections #564

Open
tensionhead opened this issue Aug 24, 2023 · 0 comments
Open

info property does not get copied with selections #564

tensionhead opened this issue Aug 24, 2023 · 0 comments
Labels
Bug An error that is serious but does not break (parts of) the package. However, it clearly impedes the

Comments

@tensionhead
Copy link
Contributor

To reproduce:

import syncopy as spy

adata1 = spy.synthdata.white_noise()
adata1.info = {'var1': 3}
adata2 = adata1.selectdata(channel=1)
adata2.info
>> {}
@tensionhead tensionhead added the Bug An error that is serious but does not break (parts of) the package. However, it clearly impedes the label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An error that is serious but does not break (parts of) the package. However, it clearly impedes the
Projects
None yet
Development

No branches or pull requests

1 participant