Skip to content

Conversation

lithomas1
Copy link
Contributor

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