Skip to content

Commit 3d3004e

Browse files
Update modin/tests/pandas/native_df_interoperability/utils.py
Co-authored-by: Mahesh Vashishtha <[email protected]>
1 parent dfb472e commit 3d3004e

File tree

1 file changed

+1
-1
lines changed
  • modin/tests/pandas/native_df_interoperability

1 file changed

+1
-1
lines changed

modin/tests/pandas/native_df_interoperability/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def create_test_df_in_defined_mode(
4444

4545
if not isinstance(native, bool):
4646
raise ValueError("`native` should be True or False.")
47-
hybrid_backend = "Pandas" if native else "Ray"
47+
hybrid_backend = "Pandas" if native else Backend.get()
4848
with switch_to_native_execution() if native else nullcontext():
4949
with config_context(AutoSwitchBackend=False, Backend=hybrid_backend):
5050
modin_df, pandas_df = create_test_dfs(

0 commit comments

Comments
 (0)