Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Origin/0.1a10 #100

Merged
merged 22 commits into from
Oct 24, 2023
Merged

Origin/0.1a10 #100

merged 22 commits into from
Oct 24, 2023

Conversation

ysig
Copy link
Owner

@ysig ysig commented Oct 21, 2023

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

Fixed node label constant for graph_from_networkx and new function to read graphs from torch_geometric
@ysig ysig requested a review from giannisnik October 21, 2023 16:28
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

❗ 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

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

grakel/kernels/neighborhood_subgraph_pairwise_distance.py Outdated Show resolved Hide resolved
grakel/utils.py Outdated Show resolved Hide resolved
grakel/utils.py Outdated Show resolved Hide resolved
grakel/utils.py Show resolved Hide resolved
grakel/utils.py Show resolved Hide resolved
@ysig
Copy link
Owner Author

ysig commented Oct 22, 2023

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

ysig and others added 2 commits October 23, 2023 01:21
Added test for transforming a batch of torch geometric graphs to grakel objects.
@ysig ysig merged commit 19a9071 into master Oct 24, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants