-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REGR: frame/frame op with unaligned blocks + non-slice-like placement failing with assertion error #34367
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
Labels
Blocker
Blocking issue or pull request for an upcoming release
Numeric Operations
Arithmetic, Comparison, and Logical operations
Regression
Functionality that used to work in a prior pandas version
Milestone
Comments
And another assertion error with a slightly different case (left and right not exactly the same):
|
im having hardware issues, wont be able to troubleshoot this for a few days |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Blocker
Blocking issue or pull request for an upcoming release
Numeric Operations
Arithmetic, Comparison, and Logical operations
Regression
Functionality that used to work in a prior pandas version
cc @jbrockmendel I suppose caused by the frame-frame blockwise PR (#32779), but didn't yet look into detail
Just removing the assertion seems to still work (for this case), but I don't know if that
_get_same_shape_values
functino relies on theis_slice_like
characteristic for its implementation to be correctThe text was updated successfully, but these errors were encountered: