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 bccd977635fc6292c16df9941f0e000ba37760a7 Author: Alexandre Gramfort <[email protected]> Date: Thu Jan 27 22:26:22 2011 -0500 fix test + import --- mne/preprocessing.py | 2 +- mne/tests/test_inverse.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mne/preprocessing.py b/mne/preprocessing.py index 0472571..7ceee98 100644 --- a/mne/preprocessing.py +++ b/mne/preprocessing.py @@ -1,6 +1,6 @@ import numpy as np -from .proj import make_projector_info +from .fiff.proj import make_projector_info from .fiff.compensator import get_current_comp, compensate_to, make_compensator diff --git a/mne/tests/test_inverse.py b/mne/tests/test_inverse.py index cf71440..a41d0c3 100644 --- a/mne/tests/test_inverse.py +++ b/mne/tests/test_inverse.py @@ -30,5 +30,5 @@ def test_compute_mne_inverse(): baseline=(None, 0)) assert np.all(res['sol'] > 0) - assert np.all(res['sol'] < 30) + assert np.all(res['sol'] < 35) -- 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
