Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelVesely84 committed Aug 25, 2023
1 parent 993a644 commit 2753f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lhotse/cut/set.py
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,6 @@ def sort_by_recording_id(self, ascending: bool = True) -> "CutSet":
sorted(self, key=(lambda cut: cut.recording.id), reverse=not ascending)
)


def sort_by_duration(self, ascending: bool = False) -> "CutSet":
"""
Sort the CutSet according to cuts duration and return the result. Descending by default.
Expand Down

0 comments on commit 2753f9a

Please sign in to comment.