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 278b76b93be703e34d713445f0ffd7f57c7b7928
Author: Alexandre Gramfort <[email protected]>
Date:   Tue Apr 26 11:23:18 2011 -0400

    misc
---
 mne/minimum_norm/time_frequency.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mne/minimum_norm/time_frequency.py 
b/mne/minimum_norm/time_frequency.py
index 3f12bb5..44710b5 100644
--- a/mne/minimum_norm/time_frequency.py
+++ b/mne/minimum_norm/time_frequency.py
@@ -164,8 +164,7 @@ def source_induced_power(epochs, inverse_operator, bands, 
lambda2=1.0 / 9.0,
         if baseline is not None:
             print "Applying baseline correction ..."
             times = epochs.times
-            bmin = baseline[0]
-            bmax = baseline[1]
+            bmin, bmax = baseline
             if bmin is None:
                 imin = 0
             else:

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