[med-svn] [python-mne] 86/376: Fixed formatting of diagnostic output
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:22:12 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 522cd328e2f561ea8647385e39b8869078c37f04
Author: Matti Hamalainen <msh at nmr.mgh.harvard.edu>
Date: Thu Feb 17 16:00:49 2011 -0500
Fixed formatting of diagnostic output
---
mne/bem_surfaces.py | 2 +-
mne/inverse.py | 4 ++--
mne/source_space.py | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/mne/bem_surfaces.py b/mne/bem_surfaces.py
index a5adb16..6cec01e 100644
--- a/mne/bem_surfaces.py
+++ b/mne/bem_surfaces.py
@@ -81,7 +81,7 @@ def read_bem_surfaces(fname, add_geom=False):
#
surf = []
for bsurf in bemsurf:
- print '\tReading a surface...'
+ print '\tReading a surface...',
this = _read_bem_surface(fid, bsurf, coord_frame)
print '[done]'
if add_geom:
diff --git a/mne/inverse.py b/mne/inverse.py
index c1d1566..bd84b88 100644
--- a/mne/inverse.py
+++ b/mne/inverse.py
@@ -57,7 +57,7 @@ def read_inverse_operator(fname):
raise ValueError, 'No parent MRI information in %s' % fname
parent_mri = parent_mri[0]
- print '\tReading inverse operator info...'
+ print '\tReading inverse operator info...',
#
# Methods and source orientations
#
@@ -105,7 +105,7 @@ def read_inverse_operator(fname):
#
# The SVD decomposition...
#
- print '\tReading inverse operator decomposition...'
+ print '\tReading inverse operator decomposition...',
tag = find_tag(fid, invs, FIFF.FIFF_MNE_INVERSE_SING)
if tag is None:
fid.close()
diff --git a/mne/source_space.py b/mne/source_space.py
index 2e975c1..121018c 100644
--- a/mne/source_space.py
+++ b/mne/source_space.py
@@ -82,7 +82,7 @@ def read_source_spaces(source, add_geom=False, tree=None):
src = list()
for s in spaces:
- print '\tReading a source space...'
+ print '\tReading a source space...',
this = _read_one_source_space(fid, s, open_here)
print '[done]'
if add_geom:
--
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