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

Bug fix: torch_sparse.transpose outputs are coalesced #3

Merged
merged 1 commit into from
May 20, 2022
Merged

Conversation

siqim
Copy link
Member

@siqim siqim commented May 20, 2022

torch_sparse.transpose would coalesce outputs by default and mess up results when input edge_index is not sorted. This issue does not affect any reported results, but it may cause problems potentially. Setting coalesced=False resolves the issue.

@siqim siqim added the bug Something isn't working label May 20, 2022
@siqim siqim merged commit f198ccf into main May 20, 2022
@siqim siqim deleted the bugfix branch May 20, 2022 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant