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

Online experiment error #1

Open
ahibahi opened this issue Jan 5, 2016 · 2 comments
Open

Online experiment error #1

ahibahi opened this issue Jan 5, 2016 · 2 comments

Comments

@ahibahi
Copy link

ahibahi commented Jan 5, 2016

Hi,

First of all thank you for developing a very useful library with a good documentation guide.
I am using this library for a EEG classification and was really interested in trying the online code which is given.
I am getting an error as shown in below image when I run the code.
Could you please let me know what's the issue

Thank you
wyrmerror

@awakenting
Copy link

hey,

I don't know if you already figured out the problem or are still interested but it might be helpful for other people to know what was up.

So apparently in the package version of libmushu that you installed, the configure() method doesn't expect a keyword argument "blocksize_samples". Could you try to install libmushu manually as it is explained here: https://github.com/bbci/mushu and see if it works then ?
Because looking at the source code on the github page, the configure() method should take such an argument, at least in the case of an replayamp (https://github.com/bbci/mushu/blob/master/libmushu/driver/replayamp.py#L14).

@venthur
Copy link

venthur commented Jun 13, 2016

The arguments for the configure method are entirely dependent on the amplifier (driver) that is used. In your case the blocksize_samples is not supported (see the definition of the confiugre method)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants