-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
Refactor: make Vizier kwargs keyword-only #2610
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2610 +/- ##
=======================================
Coverage 64.20% 64.20%
=======================================
Files 130 130
Lines 16892 16892
=======================================
Hits 10845 10845
Misses 6047 6047
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hahh, was about to push the same changes 😄 I go ahead and merge this, so the new PR can be on top of this. |
There's a bug in the docs that I was working on - should I put this down for now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor fix for sphinx
I didn't touch the docs, we don't yet have it included in the tests, so it doesn't come up as a failure. |
I meant the docstr fix you suggested - I pushed it before I saw your suggestion =) |
What about changelog? Should we individually changelog these? |
Yes, changelog is needed, but I just go ahead with the merge and include its changelog in the new PR. |
See #1746.
This refactor raises a question: should we keyword-only the "private" functions too?