Thinklab-SJTU / pygmtools

A Python Graph Matching Toolkit.
https://pygmtools.readthedocs.io/
Other
310 stars 20 forks source link

Fix: astar bugs #94

Closed heatingma closed 11 months ago

heatingma commented 11 months ago
  1. fix bugs when use astar with cuda
  2. Resolve the error occurred when the number of nodes in graph1 inputted by astar is greater than the number of nodes in graph2
codecov[bot] commented 11 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (c537694) 92.78% compared to head (2404be0) 92.74%. Report is 2 commits behind head on main.

Files Patch % Lines
pygmtools/pytorch_backend.py 88.88% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #94 +/- ## ========================================== - Coverage 92.78% 92.74% -0.05% ========================================== Files 20 20 Lines 7667 7679 +12 ========================================== + Hits 7114 7122 +8 - Misses 553 557 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.