Skip to content

Commit 9fd776b

Browse files
Update modin/tests/pandas/native_df_interoperability/test_compiler_caster.py
Co-authored-by: Jonathan Shi <149419494+sfc-gh-joshi@users.noreply.github.com>
1 parent bfacfa6 commit 9fd776b

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
@@ -462,7 +462,7 @@ def test_cast_to_second_backend_with___init__(pico_df, cluster_df):
462462

463463
def test_cast_to_first_backend(pico_df, cluster_df):
464464
df3 = pd.concat([cluster_df, pico_df], axis=1)
465-
assert pico_df.get_backend() == "Cluster" # pico_df was cast in place
465+
assert pico_df.get_backend() == "Cluster" # pico_df was cast in place by concat
466466
assert cluster_df.get_backend() == "Cluster"
467467
assert df3.get_backend() == cluster_df.get_backend() # result should be on cluster
468468

0 commit comments

Comments
 (0)