ysig / GraKeL

A scikit-learn compatible library for graph kernels
https://ysig.github.io/GraKeL/
Other
593 stars 97 forks source link

Origin/0.1a10 #100

Closed ysig closed 11 months ago

ysig commented 11 months ago

General bugfix and enhancement addressing multiple issues: #71 #75 #90 #94 #95 #96 #97.

codecov[bot] commented 11 months ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@37cdb1e). Click here to learn what that means. The diff coverage is 18.42%.

@@            Coverage Diff            @@
##             master     #100   +/-   ##
=========================================
  Coverage          ?   67.75%           
=========================================
  Files             ?       37           
  Lines             ?     7225           
  Branches          ?        0           
=========================================
  Hits              ?     4895           
  Misses            ?     2330           
  Partials          ?        0           
Files Coverage Δ
grakel/__init__.py 100.00% <100.00%> (ø)
grakel/kernels/graphlet_sampling.py 67.55% <100.00%> (ø)
grakel/kernels/kernel.py 72.67% <100.00%> (ø)
grakel/kernels/neighborhood_hash.py 67.12% <100.00%> (ø)
...kernels/neighborhood_subgraph_pairwise_distance.py 91.37% <100.00%> (ø)
grakel/kernels/random_walk.py 60.09% <0.00%> (ø)
grakel/tests/test_windows_sdp_issue.py 44.44% <50.00%> (ø)
grakel/kernels/weisfeiler_lehman.py 84.42% <58.82%> (ø)
grakel/graph.py 56.41% <16.66%> (ø)
grakel/tests/test_utils.py 40.00% <10.44%> (ø)
... and 1 more

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

ysig commented 11 months ago

@giannisnik can you write a test for the new util torch_geometric util function at grakel\tests\test_utils.py