-
Notifications
You must be signed in to change notification settings - Fork 0
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 more pgtap tests for empty set. #8
Comments
|
@woodbri mentions A common issue with routing that returns an empty set is when you have a graph that has two+ disconnected networks like: n1-n2 and n3-n4 and you try to route from n1 to n4. there is no path given the data there is no path so EMPTY SET I answered: |
@cvvergara, Should I create 16 more tests including edge id |
(using edges ids in my comment) |
Add tests from an non-existing starting vertex to a non-existing destination in directed graph.
Add tests from an non-existing starting vertex to a non-existing destination in undirected graph.
The text was updated successfully, but these errors were encountered: