Skip to content

Fix undirected edges #88

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

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Fix undirected edges #88

merged 1 commit into from
Mar 10, 2025

Conversation

gdalle
Copy link
Member

@gdalle gdalle commented Mar 10, 2025

fixes #87

@kenahoo can you take it for a spin?

Copy link

codecov bot commented Mar 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.09%. Comparing base (64990ba) to head (910c09a).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   89.78%   90.09%   +0.30%     
==========================================
  Files           6        6              
  Lines         323      323              
==========================================
+ Hits          290      291       +1     
+ Misses         33       32       -1     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kenahoo
Copy link
Contributor

kenahoo commented Mar 10, 2025

Thanks for the quick fix @gdalle, I tried it out and this works great!

@gdalle gdalle merged commit 1ea0c41 into master Mar 10, 2025
5 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.

Undirected graph edges not adding successfully
2 participants