Skip to content

Commit a45c3bb

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

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
@@ -485,7 +485,7 @@ def test_cast_to_first_backend_with___init__(pico_df, cluster_df):
485485
"pico": pico_df.iloc[:, 0],
486486
}
487487
)
488-
assert pico_df.get_backend() == "Pico" # Pico not cast in place because of iloc
488+
assert pico_df.get_backend() == "Pico" # Pico not cast in place by iloc
489489
assert cluster_df.get_backend() == "Cluster"
490490
assert df3.get_backend() == "Cluster" # result should be on cluster
491491

0 commit comments

Comments
 (0)