-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use columns keyword rather than no-keyword axis for drop in team_results #282
Conversation
Failing tests should be fixed once #280 is merged. |
Can you merge up again for CI? |
Ugh, looks like something stale in the CI?
Can look later about what's going on with that test. |
Yeah ok, so this test is broken since the draft. It assumes that the number of players in the first round is either 36 or 37, but that's going to get thrown off by comp picks and competitive balance picks and the like. This year there were 39, which is accurately returned (below). I think what we can confidently say is that the number should be larger than 30 (1 per team) and probably less than like 60 or so? Seems conservative on the upper bound. I'll put that in for now and if there's objections, happy to change it.
|
Great job as always, tyvm |
One line change, addressing the FutureWarning raised in #270