Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Apr 10, 2024
1 parent 7805933 commit 870644f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modin/tests/pandas/dataframe/test_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,8 @@ def test_quantile_7157():
n_mcols = 5

df1_md, df1_pd = create_test_dfs(
random_state.rand(n_rows, n_fcols), columns=[f"feat_{i}" for i in range(n_fcols)]
random_state.rand(n_rows, n_fcols),
columns=[f"feat_{i}" for i in range(n_fcols)],
)
df2_md, df2_pd = create_test_dfs(
{
Expand Down

0 comments on commit 870644f

Please sign in to comment.