Line 74 of activity_transitions.py: When wt_total is zero everywhere, the column of wt_total has the `float64` datatype, so it crashes on division by "pd.Timedelta".
Line 74 of activity_transitions.py:
When wt_total is zero everywhere, the column of wt_total has the
float64datatype, so it crashes on division by "pd.Timedelta".