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 f49fefed079109f1ab3d1756421a358dab4cca72 Author: Matti Hamalainen <[email protected]> Date: Thu Feb 17 15:59:17 2011 -0500 The name of the inverse operator file was fixed --- examples/read_inverse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/read_inverse.py b/examples/read_inverse.py index 5663155..025832a 100644 --- a/examples/read_inverse.py +++ b/examples/read_inverse.py @@ -14,7 +14,7 @@ from mne.datasets import sample data_path = sample.data_path('.') fname = data_path -fname += 'MNE-sample-data/MEG/sample/sample_audvis-meg-oct-6-meg-inv.fif' +fname += '/MEG/sample/sample_audvis-meg-oct-6-meg-inv.fif' inv = mne.read_inverse_operator(fname) -- 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
