Skip to content

Commit

Permalink
Fix deprecation warning docstring pi
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hld committed Jul 2, 2024
1 parent a44bd08 commit 5f8af85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spaudiopy/sph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ def hypercardioid_modal_weights(N_sph):


def cardioid_modal_weights(N_sph):
"""Modal weights for beamformer resulting in a cardioid.
r"""Modal weights for beamformer resulting in a cardioid.
Parameters
----------
Expand All @@ -1025,7 +1025,7 @@ def cardioid_modal_weights(N_sph):
Notes
-----
Also called `in-phase weights`, where
:math:`w_{n, cardioid} = 4\pi*w_{n, inphase} / (N+1)` .
:math:`w_{n, cardioid} = 4\pi * w_{n, inphase} / (N+1)` .
Examples
--------
Expand Down

0 comments on commit 5f8af85

Please sign in to comment.