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 a5e5cef7793c0692e556fc8c09e03af8ad33566a Author: Alexandre Gramfort <[email protected]> Date: Tue Feb 15 16:45:29 2011 -0500 FIX : in handling of sample dataset --- mne/datasets/sample/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne/datasets/sample/__init__.py b/mne/datasets/sample/__init__.py index 9aa2703..1da3bc7 100644 --- a/mne/datasets/sample/__init__.py +++ b/mne/datasets/sample/__init__.py @@ -16,7 +16,7 @@ def data_path(path='.'): """ archive_name = "MNE-sample-data-processed.tar.gz" url = "ftp://surfer.nmr.mgh.harvard.edu/pub/data/" + archive_name - folder_name = "MNE-sample-data-processed" + folder_name = "MNE-sample-data" martinos_path = '/homes/6/gramfort/cluster/work/data/MNE-sample-data-processed.tar.gz' -- 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
