Skip to content

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

Merged
merged 2 commits into from
Nov 15, 2021

Conversation

lithomas1
Copy link
Member

Reverts #44362
closes #44343

@@ -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)
Copy link
Member

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?

Copy link
Member

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?

Copy link
Member

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

@alimcmaster1 alimcmaster1 added the CI Continuous Integration label Nov 15, 2021
@alimcmaster1 alimcmaster1 added this to the 1.3.5 milestone Nov 15, 2021
Copy link
Member

@alimcmaster1 alimcmaster1 left a 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 :)

@alimcmaster1 alimcmaster1 merged commit f128125 into master Nov 15, 2021
@alimcmaster1
Copy link
Member

@meeseeksdev backport 1.3.x

@lumberbot-app

This comment has been minimized.

@lumberbot-app

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: New Numpydev version broke ci
4 participants