Skip to content

Commit

Permalink
Add CaCoh as multivariate method to classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Mar 12, 2024
1 parent 0056820 commit 2d756fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_connectivity/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def get_data(self, output="compact"):
if output == "raveled":
data = self._data
else:
if self.method in ["mic", "mim", "gc", "gc_tr"]:
if self.method in ["cacoh", "mic", "mim", "gc", "gc_tr"]:
# multivariate results cannot be returned in a dense form as a
# single set of results would correspond to multiple entries in
# the matrix, and there could also be cases where multiple
Expand Down

0 comments on commit 2d756fb

Please sign in to comment.