aws-samples / amazon-omics-tutorials

Apache License 2.0
56 stars 23 forks source link

fix duration calc: use .total_seconds() instead of .seconds #29

Closed wleepang closed 10 months ago

wleepang commented 10 months ago

Description of changes: Duration calculations need to use datetime.timedelta.total_seconds() to account for time intervals that span multiple days.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.