Skip to content

Commit

Permalink
FEAT-modin-project#2491: discard changes in asv bench to avoid confli…
Browse files Browse the repository at this point in the history
…cts with modin-project#2539

Signed-off-by: Dmitry Chigarev <[email protected]>
  • Loading branch information
dchigarev committed Dec 17, 2020
1 parent bcbd894 commit e915820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/pandas/test/test_groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ def get_columns(df):
{
list(test_data_values[0].keys())[1]: [
("new_sum", "sum"),
("new_prod", "prod"),
("new_min", "min"),
],
list(test_data_values[0].keys())[-2]: np.sum,
}
Expand Down

0 comments on commit e915820

Please sign in to comment.