This is an automated email from the git hooks/post-receive script. yoh pushed a commit to tag 0.4 in repository python-mne.
commit d4cfece636ac154094fafc3868f64225240ab6e7 Author: [email protected] <[email protected]> Date: Tue Jun 26 07:38:33 2012 -0400 new size of sample data --- 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 79233db..e952e09 100644 --- a/mne/datasets/sample/__init__.py +++ b/mne/datasets/sample/__init__.py @@ -49,7 +49,7 @@ def data_path(path='.', force_update=False): archive_name = neurospin_path elif not op.exists(archive_name): import urllib - print "Downloading data, please Wait (600 MB)..." + print "Downloading data, please Wait (1.3 GB)..." print url opener = urllib.urlopen(url) open(archive_name, 'wb').write(opener.read()) -- 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
