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
As pointed out in a review comment on PR #282, this function modifies a list in place and returns the list, which is confusing.
Also, when the function is called (by the Recogniser) the predictions list appears to be intended to accumulate results over a for loop but is in fact overwritten on each iteration.
The text was updated successfully, but these errors were encountered:
As pointed out in a review comment on PR #282, this function modifies a list in place and returns the list, which is confusing.
Also, when the function is called (by the Recogniser) the
predictions
list appears to be intended to accumulate results over a for loop but is in fact overwritten on each iteration.The text was updated successfully, but these errors were encountered: