[med-svn] [python-mne] 108/376: adding Epochs.average() to test
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:22:17 UTC 2015
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 fa1c2bed403d16e63f80ae2e0ef07c333087b13b
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date: Thu Mar 3 10:13:28 2011 -0500
adding Epochs.average() to test
---
mne/tests/test_epochs.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/mne/tests/test_epochs.py b/mne/tests/test_epochs.py
index 2be1da0..874a30d 100644
--- a/mne/tests/test_epochs.py
+++ b/mne/tests/test_epochs.py
@@ -33,3 +33,4 @@ def test_read_epochs():
epochs = mne.Epochs(raw, events, event_id, tmin, tmax, picks=picks,
baseline=(None, 0))
+ epochs.average()
--
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