-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN/TST: address/annotate TODOs #44154
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
Conversation
@@ -1086,7 +1086,7 @@ cdef void rank_sorted_1d( | |||
# array that we sorted previously, which gives us the location of | |||
# that sorted value for retrieval back from the original | |||
# values / masked_vals arrays | |||
# TODO: de-duplicate once cython supports conditional nogil | |||
# TODO(cython3): de-duplicate once cython supports conditional nogil |
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.
Probably good to reference in #34213 that these TODO styles can be addressed (or vice versa)?
@@ -136,7 +136,7 @@ def __init__( | |||
self.window = window | |||
self.min_periods = min_periods | |||
self.center = center | |||
# TODO: Change this back to self.win_type once deprecation is enforced | |||
# TODO(2.0): Change this back to self.win_type once deprecation is enforced |
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.
Similarly, good to attach this TODO style to an issue.
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.
LGTM
No description provided.