-
Notifications
You must be signed in to change notification settings - Fork 88
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: SCN and SCCNN breaking after TopoNetX code change on the up laplacian #207
Conversation
…p laplacian on simplicial complexes yet
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thanks for the fix, this was still on my to-do! I'll merge once tests have completed :) |
@ffl096 Awesome! This PR is only a quick fix, the better fix would be to allow 'weights' to be passed for the up laplacian: is this on your todo? |
Weights are not implemented at all in TopoNetX yet. I think that would be a larger tasks that I don't have time to work on right now. If nobody else picks this up in let's say two weeks, I can take a look at it. Lets keep track of this in pyt-team/TopoNetX#245. For context: Before pyt-team/TopoNetX#242, the |
Goooot it! Yes, I was wondering why the up laplacian was the only neighborhood structure for which it was failing. Good idea to keep track of this. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #207 +/- ##
==========================================
- Coverage 97.29% 96.27% -1.02%
==========================================
Files 57 56 -1
Lines 2070 2042 -28
==========================================
- Hits 2014 1966 -48
- Misses 56 76 +20
☔ View full report in Codecov by Sentry. |
…p laplacian on simplicial complexes yet