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 <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
