Skip to content

Commit

Permalink
add a link to the bug
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
  • Loading branch information
dchigarev committed Jan 22, 2024
1 parent 171233b commit fea2101
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modin/pandas/test/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,9 @@ def _apply_transform(df):
def test_range_groupby_categories(
observed, func, by_cols, cat_cols, exclude_values, as_index, modify_config
):
# HACK: there's a bug
# HACK: there's a bug in range-partitioning impl that can be triggered
# here on certain seeds, manually setting the seed so it won't show up
# https://github.com/modin-project/modin/issues/6875
np.random.seed(0)
data = {
"a": ["a", "b", "c", "d", "e", "b", "g", "a"] * 32,
Expand Down

0 comments on commit fea2101

Please sign in to comment.