Skip to content

BUG grow_labels with overlap=False #8848

@agramfort

Description

@agramfort

to replicate

import mne
from mne.datasets import sample

data_path = sample.data_path()
fname = data_path + '/MEG/sample/sample_audvis-meg'
stc = mne.read_source_estimate(fname)
labels = mne.grow_labels('fsaverage', stc.get_peak(hemi='lh')[0], 1, 1, overlap=False)

see https://mne.discourse.group/t/potential-bug-with-grow-labels/2679/1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions