[med-svn] [python-mne] 88/376: Fixed formatting of diagnostic output
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:22:13 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 7b0b8a36f00a672042d8faa5f0c75184c953bdf7
Author: Matti Hamalainen <msh at nmr.mgh.harvard.edu>
Date: Thu Feb 17 16:10:16 2011 -0500
Fixed formatting of diagnostic output
---
mne/inverse.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mne/inverse.py b/mne/inverse.py
index bd84b88..5038ebd 100644
--- a/mne/inverse.py
+++ b/mne/inverse.py
@@ -361,7 +361,7 @@ def prepare_inverse_operator(orig, nave, lambda2, dSPM):
# Finally, compute the noise-normalization factors
#
if dSPM:
- print '\tComputing noise-normalization factors...'
+ print '\tComputing noise-normalization factors...',
noise_norm = np.zeros(inv['eigen_leads']['nrow'])
if inv['eigen_leads_weighted']:
for k in range(inv['eigen_leads']['nrow']):
--
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