Skip to content

Commit 713e142

Browse files
Merge pull request #40 from UnravelSports/feat/unravel_graph
fix sort 2
2 parents fe2870e + 6629667 commit 713e142

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unravel/soccer/graphs/graph_converter_pl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ def _sort(df):
161161
).cast(int)
162162

163163
df = df.sort([*Group.BY_FRAME, sort_expr, pl.col(Column.OBJECT_ID)])
164-
df = df.sort(Group.BY_FRAME + [Column.OBJECT_ID])
165164
return df
166165

167166
def _shuffle(self):

0 commit comments

Comments
 (0)