Skip to content

Commit

Permalink
Remove comment in temporal.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Nov 22, 2024
1 parent 3bf227c commit 6d257fc
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 @@ -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:
Expand Down

0 comments on commit 6d257fc

Please sign in to comment.