From 6d257fcdc4ff9d787d62ef296d6b9317ebbba1a9 Mon Sep 17 00:00:00 2001 From: tomvothecoder Date: Fri, 22 Nov 2024 14:13:21 -0800 Subject: [PATCH] Remove comment in `temporal.py` --- xcdat/temporal.py | 2 -- 1 file changed, 2 deletions(-) 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: