This is an automated email from the git hooks/post-receive script.

yoh pushed a commit to annotated tag v0.1
in repository python-mne.

commit f095c6d49ce7fffcbb0ec5ec95cb90fab89b9915
Author: Alexandre Gramfort <[email protected]>
Date:   Fri Apr 22 12:55:47 2011 -0400

    pep8
---
 mne/surfer.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mne/surfer.py b/mne/surfer.py
index 80727cf..4986994 100644
--- a/mne/surfer.py
+++ b/mne/surfer.py
@@ -45,6 +45,6 @@ def read_surface(filepath):
         del blankline
         vnum = np.fromfile(fobj, ">i4", 1)[0]
         fnum = np.fromfile(fobj, ">i4", 1)[0]
-        vertex_coords = np.fromfile(fobj, ">f4", vnum*3).reshape(vnum, 3)
-        faces = np.fromfile(fobj, ">i4", fnum*3).reshape(fnum, 3)
+        vertex_coords = np.fromfile(fobj, ">f4", vnum * 3).reshape(vnum, 3)
+        faces = np.fromfile(fobj, ">i4", fnum * 3).reshape(fnum, 3)
     return vertex_coords, faces

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/python-mne.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to