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

Fix a bug in the QuantileAggregation with the dim size parameter passed #7407

Merged
merged 3 commits into from
May 23, 2023

Conversation

piotrchmiel
Copy link
Contributor

Passing the dim_size parameter led to an index out of range error, during the index_select operation. Setting parameters dim_size and fill_value has not been tested, appropriate tests have been added.

…passed.

Passing the `dim_size` parameter led to `index out of range` error,
during `index_select` operation. Setting parameters `dim_size` and
`fill_value` has not been tested, appropriate tests have been added.
@piotrchmiel piotrchmiel force-pushed the piotrc/quantile_aggr branch from ae69d78 to 62a295d Compare May 22, 2023 12:04
@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Merging #7407 (62a295d) into master (18f16ad) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 62a295d differs from pull request most recent head ac5aac1. Consider uploading reports for the commit ac5aac1 to get more accurate results

@@           Coverage Diff           @@
##           master    #7407   +/-   ##
=======================================
  Coverage   91.32%   91.32%           
=======================================
  Files         440      440           
  Lines       24574    24576    +2     
=======================================
+ Hits        22441    22443    +2     
  Misses       2133     2133           
Impacted Files Coverage Δ
torch_geometric/nn/aggr/quantile.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rusty1s rusty1s enabled auto-merge (squash) May 23, 2023 06:56
@rusty1s rusty1s merged commit dd20c20 into pyg-team:master May 23, 2023
@piotrchmiel piotrchmiel deleted the piotrc/quantile_aggr branch May 23, 2023 07:23
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.

2 participants