This is an automated email from the git hooks/post-receive script. yoh pushed a commit to tag 0.4 in repository python-mne.
commit 488f3685438ca4e5c98bfd9fff8ffc7bd7ddb3cb Author: Alexandre Gramfort <[email protected]> Date: Thu Jul 12 20:29:18 2012 +0200 fix doctest --- mne/time_frequency/stft.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mne/time_frequency/stft.py b/mne/time_frequency/stft.py index 65ad646..4b9c949 100644 --- a/mne/time_frequency/stft.py +++ b/mne/time_frequency/stft.py @@ -187,7 +187,8 @@ def stftfreq(wsize, sfreq=None): wsize : int Size of stft window sfreq : float - Sampling frequency. If None the frequencies are given in Hz. + Sampling frequency. If None the frequencies are given between 0 and pi + otherwise it's given in Hz. Returns ------- -- 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
