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

TypeError: '<' not supported between instances of 'tuple' and 'list' #3

Open
MuhammadUsmanSCUT opened this issue Aug 30, 2020 · 0 comments

Comments

@MuhammadUsmanSCUT
Copy link

I am running the code for dataset 2 from wyrm/examples/BCI Competition 3, Data Set 2 (P300 Speller).ipynb. during running of last step I am facing the error "TypeError: '<' not supported between instances of 'tuple' and 'list'".

TypeError Traceback (most recent call last)
in
14
15 # load the training set
---> 16 dat = load_bcicomp3_ds2(training_set)
17 fv_train, epo[subject] = preprocessing(dat, MARKER_DEF_TRAIN, jumping_means_ivals)
18 # train the lda

/opt/conda/lib/python3.7/site-packages/wyrm/io.py in load_bcicomp3_ds2(filename)
486 markers.extend(nontargets)
487 markers.extend(stimulus_code)
--> 488 markers.sort()
489 dat.markers = markers[:]
490 return dat

TypeError: '<' not supported between instances of 'tuple' and 'list'

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

1 participant