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

fix merge_vertices #369

Merged
merged 3 commits into from
May 4, 2024
Merged

Conversation

etiennedeg
Copy link
Member

Fixes #363

In the tests, there was a loop encapsulating the merge_vertices tests, but these tests were not using the test graph, hence I moved it out and refactored it a bit.

Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.27%. Comparing base (afb8245) to head (cdb589b).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #369      +/-   ##
==========================================
- Coverage   97.28%   97.27%   -0.01%     
==========================================
  Files         118      118              
  Lines        6876     6874       -2     
==========================================
- Hits         6689     6687       -2     
  Misses        187      187              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gdalle
Copy link
Member

gdalle commented May 4, 2024

feel free to merge it @etiennedeg, according to ColPrac the person submitting the PR should be the one to merge it after review if they have the rights

@etiennedeg etiennedeg merged commit 0445886 into JuliaGraphs:master May 4, 2024
9 of 12 checks passed
@etiennedeg etiennedeg deleted the fix_merge_vertices branch May 4, 2024 10:50
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.

[BUG] merge_vertices returns an undirected graph, even if the input is directed.
2 participants