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 9d9e59586f5530e2c8ddb5223d0c0a9b6056d276 Author: Martin Luessi <[email protected]> Date: Thu Feb 2 15:31:39 2012 -0500 use small raw file for test --- mne/tests/test_forward.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mne/tests/test_forward.py b/mne/tests/test_forward.py index a825f4b..2761adf 100644 --- a/mne/tests/test_forward.py +++ b/mne/tests/test_forward.py @@ -13,7 +13,8 @@ examples_folder = op.join(op.dirname(__file__), '..', '..', 'examples') data_path = sample.data_path(examples_folder) fname = op.join(data_path, 'MEG', 'sample', 'sample_audvis-meg-oct-6-fwd.fif') -fname_raw = op.join(data_path, 'MEG', 'sample', 'sample_audvis_raw.fif') +fname_raw = op.join(op.dirname(__file__), '..', 'fiff', 'tests', 'data', + 'test_raw.fif') def test_io_forward(): -- 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
