This is an automated email from the git hooks/post-receive script. yoh pushed a commit to annotated tag v0.2 in repository python-mne.
commit 2e58b7878f56b3be3982969cd81c4103b9e83896 Author: Martin Luessi <[email protected]> Date: Wed Sep 28 15:35:26 2011 -0400 removed debug stuff --- mne/epochs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mne/epochs.py b/mne/epochs.py index f61f393..13c1bb4 100644 --- a/mne/epochs.py +++ b/mne/epochs.py @@ -377,7 +377,6 @@ class Epochs(object): def __getitem__(self, key): """Return an Epochs object with a subset of epochs """ - print key if not self.bad_dropped: warnings.warn("Bad epochs have not been dropped, indexing " "will be inccurate. Use drop_bad_epochs() " -- 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
