Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Feb 21, 2024
1 parent fd36dae commit 99327ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xcdat/temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def average(self, data_var: str, weighted: bool = True, keep_weights: bool = Fal
(e.g., a timepoint on 2020-06-01 with bounds that begin in May 2020
and end in June 2020), the weights will not be assigned properly.
See explanation in the Notes section below.
keep_weights : bool, optional
If calculating averages using weights, keep the weights in the
final dataset output, by default False.
Expand Down Expand Up @@ -277,7 +276,6 @@ def group_average(
(e.g., a timepoint on 2020-06-01 with bounds that begin in May 2020
and end in June 2020), the weights will not be assigned properly.
See explanation in the Notes section below.
keep_weights : bool, optional
If calculating averages using weights, keep the weights in the
final dataset output, by default False.
Expand Down

0 comments on commit 99327ff

Please sign in to comment.