You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are waiting for all partitions in sequence, but it's more accurate to wait for them all at once, e.g with ray.wait(partitions, num_returns=len(partitions)) for Ray. The performance difference is probably negligible because iterating across all the partitions should be really fast.
We are waiting for all partitions in sequence, but it's more accurate to wait for them all at once, e.g with
ray.wait(partitions, num_returns=len(partitions))
for Ray. The performance difference is probably negligible because iterating across all the partitions should be really fast.modin/modin/core/dataframe/pandas/partitioning/partition_manager.py
Line 66 in c17dde7
The text was updated successfully, but these errors were encountered: