-
Notifications
You must be signed in to change notification settings - Fork 68
fix(graphs): undo masking when torch-cluster is installed #375
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
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
7426210
refactor knn
JPXKQX c3b6a34
abstract masking to a new class
JPXKQX 411ae46
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b9a7e9f
feat: implement Reversed edge builders
JPXKQX 8bdb911
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 72678ec
pre-commit
JPXKQX bb6af94
Merge branch 'fix/undo-masking-torchcluster' of https://github.com/ec…
JPXKQX a081395
fix: method name
JPXKQX 1d04aad
types
JPXKQX 8390d73
fix: avoid recursion. Call super().method
JPXKQX b132e59
refactor
JPXKQX 9cfe396
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8c0dfaa
Merge branch 'main' into fix/undo-masking-torchcluster
JPXKQX 1cbc3e9
Merge branch 'main' into fix/undo-masking-torchcluster
JPXKQX 8113e8d
added docstrings
JPXKQX b4facd4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cc6a996
Merge branch 'main' into fix/undo-masking-torchcluster
JPXKQX 90fe710
abstract get_unmasking_mapping()
JPXKQX b94a39e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 84c638d
Merge branch 'main' into fix/undo-masking-torchcluster
JPXKQX 4c90d21
Merge branch 'main' into fix/undo-masking-torchcluster
JPXKQX fa1382b
Merge branch 'main' into fix/undo-masking-torchcluster
JPXKQX 25537fa
Merge branch 'main' into fix/undo-masking-torchcluster
JPXKQX 87a8be0
update schemas
JPXKQX 1254e39
add entrypoint to edges/__init__.py
JPXKQX 5f964bd
docs: expand docs
JPXKQX 3c864b1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 957a934
tests: added
JPXKQX fb6dd76
Merge branch 'fix/undo-masking-torchcluster' of https://github.com/ec…
JPXKQX c623bfa
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ebed06f
use torch_geom imports for knn and radius
JPXKQX d5c0637
fix: undo edge _index
JPXKQX aa5429d
Merge branch 'main' into fix/undo-masking-torchcluster
JPXKQX 4abbefa
add typo
JPXKQX 1153282
Merge branch 'fix/undo-masking-torchcluster' of https://github.com/ec…
JPXKQX fff6023
fix: cutoff
JPXKQX af4c2c9
Update graphs/src/anemoi/graphs/edges/builders/cutoff.py
JPXKQX 15f47d1
Update graphs/docs/graphs/edges/cutoff.rst
JPXKQX 487653f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3785de1
Merge branch 'main' into fix/undo-masking-torchcluster
JPXKQX a836047
Update graphs/src/anemoi/graphs/edges/builders/cutoff.py
JPXKQX 97a34ce
remove path
JPXKQX 8948e62
update schema
JPXKQX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JPXKQX marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.