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

[Type Hints] transforms.SamplePoints, transforms.FixedPoints and transforms.LaplacianLambdaMax #5733

Merged
merged 5 commits into from
Oct 17, 2022

Conversation

wwymak
Copy link
Contributor

@wwymak wwymak commented Oct 16, 2022

No description provided.

@codecov
Copy link

codecov bot commented Oct 16, 2022

Codecov Report

Merging #5733 (6fd8425) into master (a6c83c2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 6fd8425 differs from pull request most recent head 88c64ae. Consider uploading reports for the commit 88c64ae to get more accurate results

@@           Coverage Diff           @@
##           master    #5733   +/-   ##
=======================================
  Coverage   84.04%   84.04%           
=======================================
  Files         349      349           
  Lines       19311    19315    +4     
=======================================
+ Hits        16229    16233    +4     
  Misses       3082     3082           
Impacted Files Coverage Δ
torch_geometric/transforms/fixed_points.py 100.00% <100.00%> (ø)
torch_geometric/transforms/laplacian_lambda_max.py 100.00% <100.00%> (ø)
torch_geometric/transforms/sample_points.py 100.00% <100.00%> (ø)

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

@wwymak wwymak changed the title [Type hints] transforms.SamplePoints, FixedPoints and LaplacianLambdaMax [Type Hints] transforms.SamplePoints, FixedPoints and LaplacianLambdaMax Oct 16, 2022
@rusty1s rusty1s changed the title [Type Hints] transforms.SamplePoints, FixedPoints and LaplacianLambdaMax [Type Hints] transforms.SamplePoints, transforms.FixedPoints and transforms.LaplacianLambdaMax Oct 17, 2022
@rusty1s rusty1s enabled auto-merge (squash) October 17, 2022 06:12
@rusty1s rusty1s merged commit 311cae0 into pyg-team:master Oct 17, 2022
JakubPietrakIntel pushed a commit to JakubPietrakIntel/pytorch_geometric that referenced this pull request Nov 25, 2022
…`transforms.LaplacianLambdaMax` (pyg-team#5733)

Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
mzamini92 added a commit to mzamini92/pytorch_geometric that referenced this pull request Sep 29, 2023
Following to PR pyg-team#5733 I've Added the interval argument to the BaseTransform class, and any transform that inherits from BaseTransform will now have access to the interval attribute in its forward method.
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