Thinklab-SJTU / pygmtools

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

update examples and docs #88

Closed wzever closed 7 months ago

wzever commented 7 months ago
  1. update the way of setting backend using pygm.set_backend()
  2. update the way of fetching example data using pygm.benchmark.Benchmark
  3. resolve problems and package versions for docs generation.
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (dbfdad9) 92.84% compared to head (a13b756) 92.84%. Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #88 +/- ## ======================================= Coverage 92.84% 92.84% ======================================= Files 20 20 Lines 7600 7617 +17 ======================================= + Hits 7056 7072 +16 - Misses 544 545 +1 ```

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

rogerwwww commented 7 months ago

Nice work! merged