Skip to content

Commit 9ad5741

Browse files
committed
Fix docstring.
1 parent cdc54ae commit 9ad5741

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

mne/time_frequency/tfr.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2118,7 +2118,9 @@ def average(self, method='mean'):
21182118
sorts the complex values by real part and return whatever value is
21192119
computed. Use with caution. We use the marginal median in the
21202120
complex case (i.e. the median of each component separately) if
2121-
one passes in ``median``.
2121+
one passes in ``median``. See a discussion in scipy:
2122+
2123+
https://github.com/scipy/scipy/pull/12676#issuecomment-783370228
21222124
21232125
The ``method`` parameter allows e.g. robust averaging.
21242126
For example, one could do:

0 commit comments

Comments
 (0)