Skip to content

Commit

Permalink
Update xcdat/temporal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Sep 4, 2024
1 parent e77631e commit 6459c1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xcdat/temporal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,6 @@ def _calculate_departures(
dv_departs = dv_obs_grouped - dv_climo

dv_departs = self._add_operation_attrs(dv_departs)

dv_departs = dv_departs.assign_coords({self.dim: ds_obs[self.dim]})
ds_departs[data_var] = dv_departs

Expand Down

0 comments on commit 6459c1b

Please sign in to comment.