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

CrossSpectralData constructor does not accept trialdefinition #420

Open
tensionhead opened this issue Jan 12, 2023 · 0 comments
Open

CrossSpectralData constructor does not accept trialdefinition #420

tensionhead opened this issue Jan 12, 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

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'
@tensionhead tensionhead added the Bug An error that is serious but does not break (parts of) the package. However, it clearly impedes the label Jan 12, 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