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
If Increment returns a list with only [0], then there is an edge case where the code will return no actions are possible. To resolve this, there should be a check that ensures low >= 1 when the number type is int. There also should be a check to prevent get_action_list from returning an empty list.
The text was updated successfully, but these errors were encountered:
If Increment returns a list with only [0], then there is an edge case where the code will return no actions are possible. To resolve this, there should be a check that ensures low >= 1 when the number type is int. There also should be a check to prevent get_action_list from returning an empty list.
The text was updated successfully, but these errors were encountered: