We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb472e commit 3d3004eCopy full SHA for 3d3004e
modin/tests/pandas/native_df_interoperability/utils.py
@@ -44,7 +44,7 @@ def create_test_df_in_defined_mode(
44
45
if not isinstance(native, bool):
46
raise ValueError("`native` should be True or False.")
47
- hybrid_backend = "Pandas" if native else "Ray"
+ hybrid_backend = "Pandas" if native else Backend.get()
48
with switch_to_native_execution() if native else nullcontext():
49
with config_context(AutoSwitchBackend=False, Backend=hybrid_backend):
50
modin_df, pandas_df = create_test_dfs(
0 commit comments