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 6e861d0 commit 8b141f9Copy full SHA for 8b141f9
modin/tests/pandas/native_df_interoperability/utils.py
@@ -62,7 +62,7 @@ def create_test_series_in_defined_mode(
62
if not isinstance(native, bool):
63
raise ValueError("`native` should be True or False.")
64
65
- hybrid_backend = "Pandas" if native else "Ray"
+ hybrid_backend = "Pandas" if native else Backend.get()
66
with switch_to_native_execution() if native else nullcontext():
67
with config_context(AutoSwitchBackend=False, Backend=hybrid_backend):
68
modin_ser, pandas_ser = create_test_series(
0 commit comments