Thinklab-SJTU / pygmtools

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

try add astar in classic_solvers.py; add some functions in utils.py to support NetworkX and GraphML formats #63

Closed heatingma closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Merging #63 (c47f6ab) into main (edc0f3e) will decrease coverage by 0.64%. Report is 1 commits behind head on main. The diff coverage is 86.61%.

:exclamation: Current head c47f6ab differs from pull request most recent head 95f8eeb. Consider uploading reports for the commit 95f8eeb to get more accurate results

@@            Coverage Diff             @@
##             main      #63      +/-   ##
==========================================
- Coverage   93.67%   93.04%   -0.64%     
==========================================
  Files          19       20       +1     
  Lines        6993     7578     +585     
==========================================
+ Hits         6551     7051     +500     
- Misses        442      527      +85     
Files Changed Coverage Δ
pygmtools/pytorch_astar_modules.py 82.99% <82.99%> (ø)
pygmtools/classic_solvers.py 87.50% <86.66%> (-0.42%) :arrow_down:
pygmtools/neural_solvers.py 88.62% <86.66%> (-0.43%) :arrow_down:
pygmtools/pytorch_backend.py 94.91% <88.61%> (-2.28%) :arrow_down:
pygmtools/utils.py 86.19% <94.00%> (+0.94%) :arrow_up:
pygmtools/__init__.py 75.00% <100.00%> (ø)

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