Thinklab-SJTU / pygmtools

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

Add neural solvers & auto examples for paddle backend #52

Closed wzever closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #52 (6136ff6) into main (5571ef6) will increase coverage by 0.04%. The diff coverage is 92.66%.

@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
+ Coverage   93.90%   93.94%   +0.04%     
==========================================
  Files          17       18       +1     
  Lines        6300     6660     +360     
==========================================
+ Hits         5916     6257     +341     
- Misses        384      403      +19     
Impacted Files Coverage Δ
pygmtools/neural_solvers.py 89.05% <ø> (ø)
pygmtools/pytorch_backend.py 96.97% <60.00%> (+0.01%) :arrow_up:
pygmtools/numpy_backend.py 97.10% <66.66%> (-0.22%) :arrow_down:
pygmtools/paddle_modules.py 85.60% <85.60%> (ø)
pygmtools/paddle_backend.py 96.94% <98.13%> (+0.39%) :arrow_up:
pygmtools/jittor_backend.py 96.79% <100.00%> (+0.01%) :arrow_up:
pygmtools/utils.py 85.28% <100.00%> (+1.61%) :arrow_up:

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

rogerwwww commented 1 year ago

Nice work! merged.