[med-svn] [python-mne] 12/376: misc
Yaroslav Halchenko
debian at onerussian.com
Fri Nov 27 17:21:56 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 8ce493aaaf2517c60dac8fafc5efdf939b5b769f
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date: Wed Dec 29 11:11:48 2010 -0500
misc
---
examples/read_evoked.py | 1 +
fiff/__init__.py | 2 ++
2 files changed, 3 insertions(+)
diff --git a/examples/read_evoked.py b/examples/read_evoked.py
index 11a709d..d26e4c2 100644
--- a/examples/read_evoked.py
+++ b/examples/read_evoked.py
@@ -5,6 +5,7 @@ print __doc__
import fiff
fname = 'sm02a1-ave.fif'
+# fname = 'MNE-sample-data/MEG/sample/sample_audvis-ave.fif'
data = fiff.read_evoked(fname)
diff --git a/fiff/__init__.py b/fiff/__init__.py
index 3e77549..a7c32eb 100644
--- a/fiff/__init__.py
+++ b/fiff/__init__.py
@@ -1,3 +1,5 @@
+__version__ = '0.1.git'
+
from .constants import FIFF
from .open import fiff_open
from .evoked import read_evoked
--
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