Skip to content

Commit

Permalink
bug overwritting params in _get_matrix_from_inverse_operator for PSF/…
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort authored Aug 4, 2018
1 parent 3d08007 commit 012b02b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mne/minimum_norm/psf_ctf.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ def _get_matrix_from_inverse_operator(inverse_operator, forward, labels=None,
# convert identity matrix to evoked data type (pretending it's an epoch)
ev_id = EvokedArray(id_mat, info=info, tmin=0.)

snr = 3.0
lambda2 = 1.0 / snr ** 2

# apply inverse operator to identity matrix in order to get inverse matrix
# free orientation constraint not possible because apply_inverse would
# combined components
Expand Down

0 comments on commit 012b02b

Please sign in to comment.