Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add extra condition to
GraphUNet
edge weights assert (#9742)
Closes #9741. This PR adds an extra condition to the assert to ensure that the user-given edge weights are a 1D vector. 2D matrices make the adjacency matrix multiplication fail as described in the issue above. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthias Fey <[email protected]>
- Loading branch information