Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Oct 5, 2017
1 parent 9b6b0b2 commit 9137358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/beamformer/_lcmv.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def make_lcmv(info, forward, data_cov, reg=0.05, noise_cov=None, label=None,
if not pick_ori == 'max-power':
raise NotImplementedError('The computation of spatial filters '
'with rank reduction using reduce_rank '
'parameter is not yet implemented with '
'parameter is only implemented with '
'pick_ori=="max-power".')
if not isinstance(reduce_rank, bool):
raise ValueError('reduce_rank has to be True or False '
Expand Down

0 comments on commit 9137358

Please sign in to comment.