Skip to content

Commit

Permalink
Update modin/core/execution/ray/implementations/pandas_on_ray/partiti…
Browse files Browse the repository at this point in the history
…oning/partition_manager.py

Co-authored-by: Iaroslav Igoshev <[email protected]>
  • Loading branch information
dchigarev and YarShev authored Oct 13, 2023
1 parent adf3249 commit ba94e3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def split_pandas_df_into_partitions(

if not distributed_splitting:
log.info(
"Using sequential splitting in '.from_pandas()' because of some of the condition is False: "
"Using sequential splitting in '.from_pandas()' because of some of the conditions are False: "
+ f"{enough_elements=}; {all_numeric_types=}; {async_mode_on=}"
)
return super().split_pandas_df_into_partitions(
Expand Down

0 comments on commit ba94e3b

Please sign in to comment.