[med-svn] [python-mne] 14/52: indentation was meesed up

Yaroslav Halchenko debian at onerussian.com
Fri Nov 27 17:23:45 UTC 2015


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 51a953bd83dc3fa58a2c96254a9e3d33078de03c
Author: Martin Luessi <mluessi at nmr.mgh.harvard.edu>
Date:   Wed Sep 28 15:41:59 2011 -0400

    indentation was meesed up
---
 mne/epochs.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mne/epochs.py b/mne/epochs.py
index 13c1bb4..201f570 100644
--- a/mne/epochs.py
+++ b/mne/epochs.py
@@ -378,9 +378,8 @@ class Epochs(object):
         """Return an Epochs object with a subset of epochs
         """
         if not self.bad_dropped:
-                warnings.warn("Bad epochs have not been dropped, indexing "
-                              "will be inccurate. Use drop_bad_epochs() "
-                              "or preload=True")
+            warnings.warn("Bad epochs have not been dropped, indexing will be "
+                          "inccurate. Use drop_bad_epochs() or preload=True")
 
         epochs = copy.copy(self)
         epochs.events = self.events[key]

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