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

Move torch.jit.script check to test #194

Merged
merged 3 commits into from
Oct 11, 2023
Merged

Move torch.jit.script check to test #194

merged 3 commits into from
Oct 11, 2023

Conversation

rusty1s
Copy link
Owner

@rusty1s rusty1s commented Oct 11, 2023

No description provided.

@rusty1s rusty1s added the enhancement New feature or request label Oct 11, 2023
@rusty1s rusty1s self-assigned this Oct 11, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 11, 2023

Codecov Report

Merging #194 (2944058) into master (89b74f0) will increase coverage by 0.48%.
The diff coverage is 100.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
+ Coverage   97.24%   97.73%   +0.48%     
==========================================
  Files          11       11              
  Lines         109      221     +112     
==========================================
+ Hits          106      216     +110     
- Misses          3        5       +2     
Files Coverage Δ
torch_cluster/__init__.py 100.00% <100.00%> (ø)
torch_cluster/graclus.py 100.00% <100.00%> (ø)
torch_cluster/grid.py 100.00% <100.00%> (ø)
torch_cluster/knn.py 97.22% <ø> (-2.78%) ⬇️
torch_cluster/radius.py 97.22% <ø> (-2.78%) ⬇️
torch_cluster/rw.py 100.00% <ø> (ø)
torch_cluster/sampler.py 100.00% <ø> (ø)
torch_cluster/typing.py 100.00% <100.00%> (ø)

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

@rusty1s rusty1s merged commit 29cd22b into master Oct 11, 2023
5 checks passed
@rusty1s rusty1s deleted the drop_jit branch October 11, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants