Skip to content

Commit d663ba3

Browse files
ctuguinayleewujung
andauthored
Update echopype/commongrid/api.py
Co-authored-by: Wu-Jung Lee <[email protected]>
1 parent f0e38fe commit d663ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echopype/commongrid/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def compute_MVBS(
105105

106106
# Create bin information for the range variable
107107
if range_var_max is None:
108-
# This computes the range variable max since there might NaNs in the data
108+
# This computes the range variable max since there might be NaNs in the data
109109
range_var_max = ds_Sv[range_var].max(skipna=True)
110110
else:
111111
# Parse string and small increase to ensure that we get the bin

0 commit comments

Comments
 (0)