-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PERF: BlockPlacement construction #40227
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
@@ -164,7 +164,7 @@ def _simple_new(cls, values: range, name: Hashable = None) -> RangeIndex: | |||
assert isinstance(values, range) |
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.
@simonjayhawkins are the mypy checks thorough/reliable enough that we can safely remove these assertions?
updated with an implementation of |
|
addressed + greenish |
the numpy_dev failure could be related |
im pretty sure that is from #39953 (joris commented on it and im assuming he was correct) |
ok cool |
xref #40171 (comment) when disabling fast_apply, this cuts the linked benchmark by 13%