This commit is contained in:
mathew 2017-05-20 10:54:02 +01:00
Родитель a7f152315e
Коммит 2ab7a6be6b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -78,9 +78,9 @@ def load_bci():
-------
A tuple containing four numpy arrays
train features
trai labels
train labels
test features
test lalels
test labels
"""
npzfile = np.load(reduce(os.path.join, _BCI_PATH, _get_datapath()))