-
Notifications
You must be signed in to change notification settings - Fork 665
Closed
Labels
Triage 🩹Issues that need triageIssues that need triagebug 🦗Something isn't workingSomething isn't working
Description
Modin version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest released version of Modin.
-
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
Reproducible Example
Demoed - part of benchmarking.
Issue Description
A ValueError, "Cannot cast to any of the available backends, as the estimated cost is too high. Tried these backends:" will be thrown if there is only one backend passed to the calculator.
Expected Behavior
A default backend should be set. If there are no backends at all, then a ValueError can be thrown.
Error Logs
Replace this line with the error backtrace (if applicable).
Installed Versions
Replace this line with the output of pd.show_versions()
Metadata
Metadata
Assignees
Labels
Triage 🩹Issues that need triageIssues that need triagebug 🦗Something isn't workingSomething isn't working