Skip to content

info property does not get copied with selections #564

@tensionhead

Description

@tensionhead

To reproduce:

import syncopy as spy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugAn error that is serious but does not break (parts of) the package. However, it clearly impedes the

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions