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

Add support for writing graphml files from nx dialect #40

Merged
merged 2 commits into from
Jul 11, 2022

Conversation

j6k4m8
Copy link
Member

@j6k4m8 j6k4m8 commented Jul 11, 2022

Fixes #39

@j6k4m8 j6k4m8 self-assigned this Jul 11, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #40 (94e87fe) into master (25dbe8e) will increase coverage by 0.12%.
The diff coverage is 100.00%.

❗ Current head 94e87fe differs from pull request most recent head e42c107. Consider uploading reports for the commit e42c107 to get more accurate results

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   76.08%   76.21%   +0.12%     
==========================================
  Files          18       18              
  Lines        1476     1484       +8     
==========================================
+ Hits         1123     1131       +8     
  Misses        353      353              
Impacted Files Coverage Δ
grand/dialects/__init__.py 85.97% <100.00%> (+0.26%) ⬆️
grand/dialects/test_dialect.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 25dbe8e...e42c107. Read the comment docs.

@j6k4m8 j6k4m8 merged commit 2d85998 into master Jul 11, 2022
@j6k4m8 j6k4m8 deleted the add-nx-export-support branch July 11, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The 'graph' attribute isn't present in G.nx
2 participants