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

IndexError: list index out of range #8

Open
ashwath1295 opened this issue Feb 24, 2022 · 0 comments
Open

IndexError: list index out of range #8

ashwath1295 opened this issue Feb 24, 2022 · 0 comments

Comments

@ashwath1295
Copy link

C:\Users\masysna1\Desktop\aswath-hiwi\Data EEG\MNE_ML-master>python main.py lda
2022-02-24 09:35:29.737102: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2022-02-24 09:35:29.741653: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "C:\Users\masysna1\Desktop\aswath-hiwi\Data EEG\MNE_ML-master\main.py", line 81, in
X, Y = data_loading.read_data(param)
File "C:\Users\masysna1\Desktop\aswath-hiwi\Data EEG\MNE_ML-master\data_loading.py", line 61, in read_data
epochs_target = mne.concatenate_epochs(epochs_target)
File "", line 24, in concatenate_epochs
File "C:\Users\masysna1\AppData\Local\Programs\Python\Python39\lib\site-packages\mne\epochs.py", line 3521, in concatenate_epochs
return _finish_concat(*_concatenate_epochs(epochs_list,
File "C:\Users\masysna1\AppData\Local\Programs\Python\Python39\lib\site-packages\mne\epochs.py", line 3385, in _concatenate_epochs
out = epochs_list[0]
IndexError: list index out of range

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