Skip to content

Commit

Permalink
tweak functions, test
Browse files Browse the repository at this point in the history
  • Loading branch information
edasmalchi committed Nov 4, 2024
1 parent ed23eba commit ac4c409
Show file tree
Hide file tree
Showing 6 changed files with 628 additions and 1,597 deletions.
2 changes: 1 addition & 1 deletion _shared_utils/shared_utils/rt_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def categorize_time_of_day(value: Union[int, dt.datetime]) -> str:
else:
return "Evening"

def time_of_day_durations():
def time_of_day_durations() -> pd.Series:
"""
Get duration in hours of each time of day classification.
"""
Expand Down
Loading

0 comments on commit ac4c409

Please sign in to comment.