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 is_edge_attr in case num_edges == 1 #3880

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Fix is_edge_attr in case num_edges == 1 #3880

merged 1 commit into from
Jan 18, 2022

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Jan 18, 2022

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jan 18, 2022

Codecov Report

Merging #3880 (9579dca) into master (965f1f8) will decrease coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3880      +/-   ##
==========================================
- Coverage   81.77%   81.68%   -0.10%     
==========================================
  Files         299      299              
  Lines       15158    15202      +44     
==========================================
+ Hits        12396    12417      +21     
- Misses       2762     2785      +23     
Impacted Files Coverage Δ
torch_geometric/data/storage.py 81.16% <100.00%> (-0.13%) ⬇️
torch_geometric/data/temporal.py 38.09% <0.00%> (+6.84%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 965f1f8...9579dca. Read the comment docs.

@rusty1s rusty1s merged commit ac819b5 into master Jan 18, 2022
@rusty1s rusty1s deleted the fix_is_edge_attr branch January 18, 2022 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ToUndirected() cannot explicitly specify edge attributes
2 participants