[med-svn] [python-mne] 126/376: pep8

Yaroslav Halchenko debian at onerussian.com
Fri Nov 27 17:22:20 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 5bbbf0a86b5bcd909b2b3b6876cbaa44acd095a2
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date:   Sat Mar 12 14:42:08 2011 -0500

    pep8
---
 examples/stats/plot_sensor_permutation_test.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/examples/stats/plot_sensor_permutation_test.py b/examples/stats/plot_sensor_permutation_test.py
index 0d630b5..41969ec 100644
--- a/examples/stats/plot_sensor_permutation_test.py
+++ b/examples/stats/plot_sensor_permutation_test.py
@@ -46,7 +46,6 @@ epochs = mne.Epochs(raw, events, event_id,
                             tmin, tmax, picks=picks, baseline=(None, 0))
 data = epochs.get_data()
 times = epochs.times
-evoked_data = data.mean(axis=0)
 
 temporal_mask = np.logical_and(0.04 <= times, times <= 0.06)
 data = np.squeeze(np.mean(data[:, :, temporal_mask], axis=2))
@@ -89,4 +88,3 @@ title = 'MNE sample data (Left auditory between 40 and 60 ms)'
 pl.figtext(0.03, 0.93, title, color='w', fontsize=18)
 pl.show()
 pl.show()
-

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