Skip to content

Commit c4e5162

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 3144455 + 4f0350c commit c4e5162

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pybispectra/cfc/aac.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
----------

src/pybispectra/cfc/ppc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
----------

0 commit comments

Comments
 (0)