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
This is another one that calls for a rewrite of the manifest logic -- a call like summon(set, ['rarity'], filter_spec = {'player_cohort': 'Top'}) will fail because it will put some columns in the draft manifest and therefore not automatically add "pick" which is needed to group by rarity.
The text was updated successfully, but these errors were encountered:
This is another one that calls for a rewrite of the manifest logic -- a call like
summon(set, ['rarity'], filter_spec = {'player_cohort': 'Top'})
will fail because it will put some columns in the draft manifest and therefore not automatically add "pick" which is needed to group by rarity.The text was updated successfully, but these errors were encountered: