forrestbao / pyeeg

Python + EEG/MEG = PyEEG
GNU General Public License v3.0
241 stars 85 forks source link

Replace `np.` with `numpy.` #16

Closed bergantine closed 8 years ago

bergantine commented 8 years ago

Should resolve #14

forrestbao commented 8 years ago

I always prefer to use full name numpy although I know that many people do import numpy as np