AutomatedProcessImprovement / waiting-time-analysis

Waiting time analysis of activity transitions in event logs.
1 stars 2 forks source link

float64 by timedelta division in activity_transitions.py #35

Open iharsuvorau opened 2 years ago

iharsuvorau commented 2 years ago

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".