[med-svn] [python-mne] 130/353: fix doctest

Yaroslav Halchenko debian at onerussian.com
Fri Nov 27 17:24:43 UTC 2015


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 905f579902a3600a76d3b9eb2254709fe191fbec
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date:   Fri Mar 23 14:18:57 2012 +0100

    fix 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 eaa7e01..52cd3de 100644
--- a/doc/source/python_tutorial.rst
+++ b/doc/source/python_tutorial.rst
@@ -202,8 +202,8 @@ Compute evoked responses by averaging and plot it:
 
   >>> max_in_each_epoch = [e.max() for e in epochs] # doctest:+ELLIPSIS
   Reading ...
-  >>> print max_in_each_epoch[:4]
-  [1.9375167099187067e-05, 1.6405510537151386e-05, 1.8545374666676332e-05, 2.0412814911475336e-05]
+  >>> print max_in_each_epoch[:4] # doctest:+ELLIPSIS
+  [1.93751...e-05, 1.64055...e-05, 1.85453...e-05, 2.04128...e-05]
 
 It is also possible to read evoked data stored in a fif file:
 

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



More information about the debian-med-commit mailing list