Thinklab-SJTU / pygmtools

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

Replace wget with aiohttp #73

Closed bkmgit closed 10 months ago

bkmgit commented 10 months ago

Based on:

bkmgit commented 10 months ago

Would close https://github.com/Thinklab-SJTU/pygmtools/issues/60

codecov[bot] commented 10 months ago

Codecov Report

Merging #73 (0e7ac02) into main (b6e4dd1) will increase coverage by 0.03%. Report is 2 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
+ Coverage   92.89%   92.92%   +0.03%     
==========================================
  Files          20       20              
  Lines        7586     7595       +9     
==========================================
+ Hits         7047     7058      +11     
+ Misses        539      537       -2     
Files Changed Coverage Δ
pygmtools/neural_solvers.py 88.62% <ø> (ø)
pygmtools/utils.py 85.50% <100.00%> (+0.28%) :arrow_up:

... and 1 file with indirect coverage changes

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

rogerwwww commented 10 months ago

Nice work!