Skip to content

Commit 96c2ea3

Browse files
committed
small word change
1 parent 3734591 commit 96c2ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

echopype/consolidate/ek_depth_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def ek_use_beam_angles(beam_ds: xr.Dataset) -> xr.DataArray:
8080
the beam direction vector is normalized. If not, then we normalize the z direction and set
8181
that as the echo range scaling.
8282
Additionally, if a nonzero vector is not normalized, a warning is issued and it is normalized.
83-
If a channel-wise beam direction vector is zero, a warning is issued and the normalized z value
83+
If a channel-wise beam direction vector is zero, a warning is issued and the returned z value
8484
is set to NaN.
8585
"""
8686
# Check and log NaNs if they exist in the Beam direction variables

0 commit comments

Comments
 (0)