diff --git a/xcdat/temporal.py b/xcdat/temporal.py index 2c58b4f1..5fb0d736 100644 --- a/xcdat/temporal.py +++ b/xcdat/temporal.py @@ -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