Skip to content

Commit 7927d59

Browse files
committed
FIX: Better
1 parent 28598ff commit 7927d59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/_fiff/proj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ def plot_projs_topomap(
562562
)
563563
return fig
564564

565-
@fill_doc
566565
@verbose
567566
def reconstruct_proj(
568567
self,
@@ -597,6 +596,7 @@ def reconstruct_proj(
597596
Forward model used to construct the reconstruction field mapping.
598597
If ``None`` (default), use the geometry-based field mapping model.
599598
%(rank)s
599+
600600
Only used when ``forward`` is provided, where the default ``None``
601601
estimates the rank of the projected field covariance. ``'full'`` is
602602
not supported, as that covariance is rank-deficient after

0 commit comments

Comments
 (0)