From ced0f5f0e586d286f5f15a34e5842c9e27092647 Mon Sep 17 00:00:00 2001 From: Amit Jaiswal Date: Tue, 3 Jan 2023 17:34:43 +0200 Subject: [PATCH] removed info = _simplify_info(info) from make_lcmv it removes the the maxfilter processing_history from info --- mne/beamformer/_lcmv.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mne/beamformer/_lcmv.py b/mne/beamformer/_lcmv.py index 61c45a8ec66..c3669c3e090 100644 --- a/mne/beamformer/_lcmv.py +++ b/mne/beamformer/_lcmv.py @@ -142,7 +142,6 @@ def make_lcmv(info, forward, data_cov, reg=0.05, noise_cov=None, label=None, .. footbibliography:: """ # check number of sensor types present in the data and ensure a noise cov - info = _simplify_info(info) noise_cov, _, allow_mismatch = _check_one_ch_type( 'lcmv', info, forward, data_cov, noise_cov) # XXX we need this extra picking step (can't just rely on minimum norm's