-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Revert "CI: xfail tests failing on numpy dev" #44452
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
This reverts commit d779366.
@@ -1255,7 +1255,7 @@ def test_to_coo( | |||
A, rows, cols = ss.sparse.to_coo( | |||
row_levels=(0, 1), column_levels=(2, 3), sort_labels=sort_labels | |||
) | |||
assert isinstance(A, scipy.sparse.coo_matrix) | |||
assert isinstance(A, scipy.sparse.coo.coo_matrix) |
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.
This should be kept I think? Same one above?
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.
Or did they change that back too?
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.
Yeah agree this should be kept as is
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 - we should revert the backport too right :)
@meeseeksdev backport 1.3.x |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…4469) Co-authored-by: Thomas Li <[email protected]>
Reverts #44362
closes #44343