File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ def compute(
9797 AAC is computed between all values of ``f1s`` and ``f2s``.
9898
9999 .. warning::
100- For values of ``f1s`` higher than ``f2s`` or where ``f2s + f1s`` exceeds the
101- Nyquist frequency, a :obj:`numpy.nan` value is returned.
100+ For values of ``f1s`` higher than ``f2s``, a :obj:`numpy.nan` value is
101+ returned.
102102
103103 References
104104 ----------
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ def compute(
104104 PPC is computed between all values of ``f1s`` and ``f2s``.
105105
106106 .. warning::
107- For values of ``f1s`` higher than ``f2s`` or where ``f2s + f1s`` exceeds the
108- Nyquist frequency, a :obj:`numpy.nan` value is returned.
107+ For values of ``f1s`` higher than ``f2s``, a :obj:`numpy.nan` value is
108+ returned.
109109
110110 References
111111 ----------
You can’t perform that action at this time.
0 commit comments