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.
BaseConnectivityinherits fromEpochMixIn, which includes methodscombineandappendfor working with epoched data.Means classes like
ConnectivityandSpectralConnectivityhave these epoch-specific methods in their docstrings and which can be called, but don't work.EpochMixInshould 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.