Skip to content

Fix duration column on segments.to_table().

Created by: maximefays

segmentList.to_table() was crashing due to the line abs(s). The correct code should be abs(s[1]-s[0]) as per this pull request.

Merge request reports