-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
Split UBI_21 into UBI_2164 and UBI_65 [3.0] #2463
Conversation
I thought I replaced |
Codecov Report
@@ Coverage Diff @@
## master #2463 +/- ##
=======================================
Coverage 99.92% 99.92%
=======================================
Files 13 13
Lines 2582 2582
=======================================
Hits 2580 2580
Misses 2 2
Continue to review full report at Codecov.
|
This is now ready. It is backwards-incompatible so should only be merged for 3.0. |
Also I ran |
Thanks @MaxGhenis! Will review soon, and I also asked @Peter-Metz in chat if he could take a look given his recent experience deprecating params. I just added a 3.0 tag to remind us this needs to go in before the release. |
Hi @MaxGhenis this looks good to me. My only suggestion would be to add |
@@ -737,4 +737,4 @@ def __getattr__(self, attr): | |||
attr[1:], year=list(range(self.start_year, self.end_year + 1)) | |||
) | |||
else: | |||
raise AttributeError(f"{attr} not definied.") | |||
raise AttributeError(f"{attr} not defined.") |
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.
Nice catch, thanks @MaxGhenis!
Added the WIP tag for resolution of @Peter-Metz's suggestion (Thanks Peter!). @MaxGhenis, please just drop it when you're ready. |
Thanks for the suggestion, @Peter-Metz, I added |
Thanks @MaxGhenis! Much appreciated. Merging now. |
Fixes #2451