[med-svn] [python-mne] 341/353: FIX : error due to incmplete renaming

Yaroslav Halchenko debian at onerussian.com
Fri Nov 27 17:25:28 UTC 2015


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 d22cbb8c6cfe84194d7de981b9baa45f2a628f3c
Author: Alexandre Gramfort <alexandre.gramfort at inria.fr>
Date:   Sat Aug 4 09:01:57 2012 +0200

    FIX : error due to incmplete renaming
---
 mne/simulation/evoked.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mne/simulation/evoked.py b/mne/simulation/evoked.py
index cf127dd..f7b9895 100644
--- a/mne/simulation/evoked.py
+++ b/mne/simulation/evoked.py
@@ -47,7 +47,7 @@ def generate_evoked(fwd, stc, evoked, cov, snr=3, tmin=None, tmax=None,
         The simulated evoked data
     """
     evoked = apply_forward(fwd, stc, evoked)
-    noise = generate_noise_evoked(evoked, cov, fir_filter, random_state)
+    noise = generate_noise_evoked(evoked, cov, iir_filter, random_state)
     evoked_noise = add_noise_evoked(evoked, noise, snr, tmin=tmin, tmax=tmax)
     return evoked_noise
 

-- 
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