Use self-loops for paths from a graph node to itself#1681
Merged
stevenengler merged 3 commits intoshadow:mainfrom Sep 27, 2021
Merged
Use self-loops for paths from a graph node to itself#1681stevenengler merged 3 commits intoshadow:mainfrom
stevenengler merged 3 commits intoshadow:mainfrom
Conversation
Always use self-loops when calculating the path from a node to itself. This replaces the previous behaviour where we would find the shortest path that includes at least one edge.
22783ba to
8d463f4
Compare
Codecov Report
@@ Coverage Diff @@
## main #1681 +/- ##
==========================================
- Coverage 56.27% 56.25% -0.02%
==========================================
Files 140 140
Lines 18555 18555
Branches 4474 4474
==========================================
- Hits 10441 10439 -2
- Misses 5398 5399 +1
- Partials 2716 2717 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
sporksmith
approved these changes
Sep 27, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1679.