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
Currently, QTable.choose_best_option expects that the options returned by cloudomate contain the same options as present in QTable. What happens when the option selected by QTable cannot be found in an array returned by cloudomate_controller.options (e.g. the option was renamed, is not offered anymore, or cloudomate is broken)? Test and propose a fallback solution.
The text was updated successfully, but these errors were encountered:
Currently,
QTable.choose_best_option
expects that the options returned by cloudomate contain the same options as present in QTable. What happens when the option selected by QTable cannot be found in an array returned bycloudomate_controller.options
(e.g. the option was renamed, is not offered anymore, or cloudomate is broken)? Test and propose a fallback solution.The text was updated successfully, but these errors were encountered: