Skip to content

Remove EpochMixIn from non-epoched connectivity classes #371

@tsbinns

Description

@tsbinns

BaseConnectivity inherits from EpochMixIn, which includes methods combine and append for working with epoched data.

Means classes like Connectivity and SpectralConnectivity have these epoch-specific methods in their docstrings and which can be called, but don't work. EpochMixIn should only be used in connectivity classes with epoched data.

I would say this doesn't need a deprecation cycle since the methods do nothing anyway in those classes they'd be removed from.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions