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

yoh pushed a commit to tag 0.4
in repository python-mne.

commit 879baacd45b704649b8a6f463f6916b34412dcf0
Author: Alexandre Gramfort <[email protected]>
Date:   Wed Jul 11 09:32:59 2012 +0200

    fix tutorial doctest
---
 doc/source/python_tutorial.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/python_tutorial.rst b/doc/source/python_tutorial.rst
index e8f994a..86a7925 100644
--- a/doc/source/python_tutorial.rst
+++ b/doc/source/python_tutorial.rst
@@ -196,7 +196,7 @@ Compute evoked responses by averaging and plot it:
     >>> evoked = epochs.average() # doctest: +ELLIPSIS
     Reading ...
     >>> print evoked
-    Evoked (comment : Unknown, time : [-0.199795, 0.499488], n_epochs : 72, 
n_channels x n_times : 364 x 106)
+    Evoked (comment : Unknown, time : [-0.199795, 0.499488], n_epochs : 55, 
n_channels x n_times : 364 x 106)
     >>> from mne.viz import plot_evoked
     >>> plot_evoked(evoked)
 
@@ -283,7 +283,7 @@ Compute the inverse solution:
 
     >>> stc = apply_inverse(evoked, inverse_operator, lambda2, method)
     Preparing the inverse operator for use...
-        Scaled noise and source covariance from nave = 1 to nave = 72
+        Scaled noise and source covariance from nave = 1 to nave = 55
         Created the regularized inverter
         Created an SSP operator (subspace dimension = 3)
         Created the whitener using a full noise covariance matrix (3 small 
eigenvalues omitted)

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