Skip to content
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

Correctly resize output during extract #2

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

jim22k
Copy link
Member

@jim22k jim22k commented Jan 24, 2023

The previous code extracted the correct rows and columns from the input, but did not renumber the indices or adjust the output size. This code fixes those deficiencies and adds more tests to ensure full coverage of extract.

The previous code extracted the correct rows and columns from the input,
but did not renumber the indices or adjust the output size. This code
fixes those deficiencies and adds more tests to ensure full coverage of
`extract`.
@jim22k jim22k linked an issue Jan 24, 2023 that may be closed by this pull request
@jim22k jim22k merged commit df7e629 into python-graphblas:main Jan 24, 2023
@jim22k jim22k deleted the fix_extract branch January 27, 2023 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extract doesn't resize shape
1 participant