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
When setting active backends with at least one unregistered backend, Modin throws a ValueError but fails to properly format the error message due to a missing f-string prefix. This results in a raw string output with {new_choices} placeholder instead of showing actual backend names.
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
Issue Description
When setting active backends with at least one unregistered backend, Modin throws a
ValueError
but fails to properly format the error message due to a missing f-string prefix. This results in a raw string output with{new_choices}
placeholder instead of showing actual backend names.Expected Behavior
Error Logs
Installed Versions
The text was updated successfully, but these errors were encountered: