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 ce83e7a1a6fbddd1e0ff7c8aa0dd597e275098dc Author: Martin Luessi <[email protected]> Date: Wed Sep 28 16:59:42 2011 -0400 remnoved unused variables --- mne/epochs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mne/epochs.py b/mne/epochs.py index e8a8a43..cfcfbc7 100644 --- a/mne/epochs.py +++ b/mne/epochs.py @@ -271,8 +271,6 @@ class Epochs(object): def _get_data_from_disk(self): """Load all data from disk """ - n_channels = len(self.ch_names) - n_times = len(self.times) n_events = len(self.events) data = list() n_reject = 0 -- 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
