Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
…rn nothing without error
|
Point of discussion: I proposed a modification of the previously defined method for Is this a breaking change?
|
NathanKolbow
left a comment
There was a problem hiding this comment.
All looks good, and I agree with returning nothing from getconnectingedge. Along with your points, nothing also seems like a more intuitive result to me when there is nothing connecting the two nodes.
I was going to add an additional test in test_auxilary.jl for when getconnectingedge is properly returning nothing, but I see that there already is one (line 60), so I'm not sure why the code coverage result shows that line of code as uncovered.
Good point! That's because there are 2 methods, and the |
also: new method for
getconnectingedge, which we would like to use in another package.