Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ameraner committed Jul 23, 2024
1 parent c91b53d commit 05920a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyresample/bucket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def get_sum(self, data, fill_value=np.nan, skipna=True, empty_bucket_value=0):
data : Numpy or Dask array
Data to be binned and summed.
fill_value : float
Fill value to mark missing/invalid values in the input data.
Fill value of the input data marking missing/invalid values.
Default: np.nan
skipna : boolean (optional)
If True, skips missing values (as marked by NaN or `fill_value`) for the sum calculation
Expand Down

0 comments on commit 05920a8

Please sign in to comment.