Skip to content

Fix GMMConv when edge_attr is None#10182

Open
xnuohz wants to merge 8 commits intopyg-team:masterfrom
xnuohz:fix-gmmconv
Open

Fix GMMConv when edge_attr is None#10182
xnuohz wants to merge 8 commits intopyg-team:masterfrom
xnuohz:fix-gmmconv

Conversation

@xnuohz
Copy link
Contributor

@xnuohz xnuohz commented Apr 12, 2025

close #10143

@xnuohz xnuohz requested a review from EdisonLeeeee as a code owner April 12, 2025 05:28
@codecov
Copy link

codecov bot commented Jun 7, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 85.91%. Comparing base (c211214) to head (4cb91e9).
⚠️ Report is 179 commits behind head on master.

Files with missing lines Patch % Lines
torch_geometric/nn/conv/gmm_conv.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10182      +/-   ##
==========================================
- Coverage   86.11%   85.91%   -0.20%     
==========================================
  Files         496      510      +14     
  Lines       33655    36018    +2363     
==========================================
+ Hits        28981    30946    +1965     
- Misses       4674     5072     +398     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GMMConv forward pass does not support optional edge_attr

1 participant