Skip to content

Commit f1cd589

Browse files
Update modin/tests/pandas/native_df_interoperability/test_compiler_caster.py
Co-authored-by: Jonathan Shi <[email protected]>
1 parent 9fd776b commit f1cd589

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def test_cast_to_second_backend_with___init__(pico_df, cluster_df):
455455
df3 = pd.DataFrame({"pico": pico_df.iloc[:, 0], "cluster": cluster_df.iloc[:, 0]})
456456
assert (
457457
pico_df.get_backend() == "Pico"
458-
) # pico stays despite in-place casting because of iloc
458+
) # pico stays despite in-place casting by iloc
459459
assert cluster_df.get_backend() == "Cluster"
460460
assert df3.get_backend() == "Cluster" # result should be on cluster
461461

0 commit comments

Comments
 (0)