Skip to content

CrossSpectralData constructor does not accept trialdefinition #420

@tensionhead

Description

@tensionhead

Other continuous datatype have no problems with this:

spy.SpectralData(data=data, trialdefinition=trldef)

# however this fails
spy.CrossSpectralData(data=data, trialdefinition=trldef)
>>> TypeError: CrossSpectralData.__init__() got an unexpected keyword argument 'trialdefinition'

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions