Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Dec 1, 2021
1 parent e89d5f6 commit a87a6a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/dask_cudf/dask_cudf/sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def set_index_post(df, index_name, drop, column_dtype):


def _set_partitions_pre(s, divisions, ascending=True, na_position="last"):
breakpoint()
if ascending:
partitions = divisions.searchsorted(s, side="right") - 1
else:
Expand Down

0 comments on commit a87a6a5

Please sign in to comment.