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

Typo in "attention" will prevent attention callbacks (and example) from working. #1

Open
Psemaj opened this issue Mar 20, 2020 · 2 comments

Comments

@Psemaj
Copy link

Psemaj commented Mar 20, 2020

if "attetion" in self.callBacksDictionary.keys(): #if callback has been set, execute the function

@dlevinson5
Copy link

Please fix.

@blrk
Copy link

blrk commented Oct 21, 2020

Hi I am getting the following error. Appreciate your help

Traceback (most recent call last):
File "Nuero.py", line 16, in
neuropy.start()
File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python38\lib\site-packages\NeuroPy\NeuroPy.py", line 77, in start
thread.start_new_thread(self.__packetParser,(self.srl,))
NameError: name 'thread' is not defined

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