Modified for short tasks (less than 288s/0.08 hours)

This commit is contained in:
Trey Blancher 2019-08-09 16:57:28 -04:00
parent 34a5bc5bb2
commit a6460caee8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ for act in sorted(start.keys()):
ind[act] = delta
gtot += delta
if delta <= 300:
if delta <= 288:
gtoth += 0.08
else:
gtoth += nearest(delta/3600.00)