diff --git a/xcdat/temporal.py b/xcdat/temporal.py index e3b28870..0818c1d5 100644 --- a/xcdat/temporal.py +++ b/xcdat/temporal.py @@ -1888,8 +1888,6 @@ def _convert_df_to_dt(self, df: pd.DataFrame) -> np.ndarray: """ df_new = df.copy() - # TODO: This is where the result should be in the middle, not the - # beginning. dt_components_defaults = {"year": 1, "month": 1, "day": 1, "hour": 0} for component, default_val in dt_components_defaults.items(): if component not in df_new.columns: