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 203cf5d8c6ae1191a3a7f77a055b9d92656d42dc
Author: Alexandre Gramfort <[email protected]>
Date:   Wed Mar 16 12:24:03 2011 -0400

    pep8
---
 examples/plot_whitened_evoked_data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/plot_whitened_evoked_data.py 
b/examples/plot_whitened_evoked_data.py
index 5a6c48b..6d105bd 100644
--- a/examples/plot_whitened_evoked_data.py
+++ b/examples/plot_whitened_evoked_data.py
@@ -29,5 +29,5 @@ evoked_whiten, W = cov.whiten_evoked(evoked)
 ###############################################################################
 # Show result
 picks = fiff.pick_types(evoked_whiten.info, meg=True, eeg=True,
-                        exclude=evoked_whiten.info['bads']) # Pick channels to 
view
+                    exclude=evoked_whiten.info['bads']) # Pick channels to view
 plot_evoked(evoked_whiten, picks, unit=False) # plot without SI unit of data

-- 
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