[med-svn] [python-mne] 258/376: better docstring
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:23:02 UTC 2015
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 c1d9ad3e5f69515f8f862569a2a0d3cf85e98146
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date: Thu May 19 18:32:07 2011 -0400
better docstring
---
mne/minimum_norm/tests/test_inverse.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/mne/minimum_norm/tests/test_inverse.py b/mne/minimum_norm/tests/test_inverse.py
index ce3ce2a..7ad3ef2 100644
--- a/mne/minimum_norm/tests/test_inverse.py
+++ b/mne/minimum_norm/tests/test_inverse.py
@@ -21,9 +21,8 @@ fname_fwd = op.join(data_path, 'MEG', 'sample',
def test_apply_mne_inverse_operator():
- """Test MNE inverse computation
+ """Test MNE inverse computation with precomputed inverse operator
"""
-
setno = 0
snr = 3.0
lambda2 = 1.0 / snr ** 2
@@ -39,9 +38,8 @@ def test_apply_mne_inverse_operator():
def test_compute_minimum_norm():
- """Test MNE inverse computation
+ """Test MNE inverse computation starting from forward operator
"""
-
setno = 0
noise_cov = Covariance(fname_cov)
forward = read_forward_solution(fname_fwd)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git
More information about the debian-med-commit
mailing list