Mercurial > hg > plosone_underreview
diff scripts/classification.py @ 55:98cd5317e504 branch-tests
updated notebooks
author | mpanteli <m.x.panteli@gmail.com> |
---|---|
date | Tue, 19 Sep 2017 21:27:09 +0100 |
parents | 08b9327f1935 |
children | d118b6ca8370 |
line wrap: on
line diff
--- a/scripts/classification.py Tue Sep 19 18:41:14 2017 +0100 +++ b/scripts/classification.py Tue Sep 19 21:27:09 2017 +0100 @@ -18,7 +18,7 @@ def load_data_from_pickle(filename): X_list, Y, Yaudio = pickle.load(open(filename,'rb')) - X = np.concatenate(data_list, axis=1) + X = np.concatenate(X_list, axis=1) return X, Y, Yaudio