Skip to content

Commit 4e0ae6e

Browse files
committed
DOC: Correct return type: ndarray instead of XyzComponents
1 parent 17337f2 commit 4e0ae6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sfs/mono/source.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def point(omega, x0, n0, grid, c=None):
4949
5050
Returns
5151
-------
52-
`XyzComponents`
52+
numpy.ndarray
5353
Sound pressure at positions given by *grid*.
5454
5555
Notes
@@ -595,7 +595,7 @@ def plane(omega, x0, n0, grid, c=None):
595595
596596
Returns
597597
-------
598-
`XyzComponents`
598+
numpy.ndarray
599599
Sound pressure at positions given by *grid*.
600600
601601
Notes

0 commit comments

Comments
 (0)