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

Removed Aggregation.set_validate_args option #6175

Merged
merged 5 commits into from
Dec 7, 2022

Conversation

hatemhelal
Copy link
Contributor

@hatemhelal hatemhelal commented Dec 7, 2022

This patch removes Aggregation.set_validate_args that was added in #5290 and instead defers the checking of the index values when an exception is thrown by the aggregation. This works in both the standard eager-PyTorch mode as well in a compiled context.

@hatemhelal hatemhelal marked this pull request as ready for review December 7, 2022 15:32
Copy link
Member

@rusty1s rusty1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this one.

CHANGELOG.md Outdated Show resolved Hide resolved
@hatemhelal
Copy link
Contributor Author

I like this one.

thanks, it makes the examples we are working on simpler too

@rusty1s rusty1s merged commit 15b7a4c into pyg-team:master Dec 7, 2022
@hatemhelal hatemhelal deleted the lazy-aggr-error branch December 8, 2022 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants