Skip to content

Commit 855080d

Browse files
Update modin/tests/pandas/native_df_interoperability/test_compiler_caster.py
Co-authored-by: Mahesh Vashishtha <[email protected]>
1 parent 7d78dae commit 855080d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modin/tests/pandas/native_df_interoperability/test_compiler_caster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def test_mixed_dfs(df1, df2, df3, df4, result_type, request):
196196
# should be to move all dfs to the CloudQC
197197
def test_extreme_pico(pico_df, cloud_df):
198198
result = cloud_df.concat(
199-
axis=1, other=[pico_df, pico_df, pico_df, pico_df, pico_df, pico_df, pico_df]
199+
axis=1, other=[pico_df] * 7
200200
)
201201
assert type(result) is PicoQC
202202

0 commit comments

Comments
 (0)