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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
For processing sets of picks on a given challenge, we can remove blank picks using a list comprehension like so. Perhaps this needs to be written as a function.
[pick for pick in picks if len(pick.picks) != 0]
I imagine there might be some other lightweight utility functions we'll need to define for cleaning and conditioning pick sets.
E.g. blank picks.
True
by default.The text was updated successfully, but these errors were encountered: