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 05d10d7a2cc8625d68398ff31c182b320cd47712 Author: Martin Luessi <[email protected]> Date: Tue Jan 3 14:23:40 2012 -0500 Fix: wrong default argument --- mne/fiff/raw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne/fiff/raw.py b/mne/fiff/raw.py index 20c6f67..f97181a 100644 --- a/mne/fiff/raw.py +++ b/mne/fiff/raw.py @@ -253,7 +253,7 @@ class Raw(dict): else: super(Raw, self).__setitem__(item, value) - def save(self, fname, picks=None, tmin=None, tmax=None, buffer_size_sec=10, + def save(self, fname, picks=None, tmin=0, tmax=None, buffer_size_sec=10, drop_small_buffer=False): """Save raw data to file -- 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
