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
OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
Modin version (modin.__version__):
Python version:
Code we can use to reproduce:
Describe the problem
When we have a ray cluster that autoscales from 0, the ray.cluster_resources() dictionary does not initially include any CPU resources, and so Modin errors out. We should probably catch this case, use a default, and warn the user to update NPartitions appropriately.
Source code / logs
The text was updated successfully, but these errors were encountered:
System information
modin.__version__
):Describe the problem
When we have a ray cluster that autoscales from 0, the
ray.cluster_resources()
dictionary does not initially include any CPU resources, and so Modin errors out. We should probably catch this case, use a default, and warn the user to updateNPartitions
appropriately.Source code / logs
The text was updated successfully, but these errors were encountered: