-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
GSoC 2023: Aryan Gupta Week 2 #296
Conversation
@@ -9,3 +9,6 @@ src/version/version.h | |||
.directory | |||
notUsed | |||
*.swp | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -11,19 +11,19 @@ UPDATE edges AS edge_table | |||
SET node_count=count.sum |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not update result files unless things work 100%
; | ||
ERROR: invalid reference to FROM-clause entry for table "edges" | ||
LINE 14: WHERE edges.source=count.from_v | ||
LINE 14: WHERE edges.source=count.start_vid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clearly there is something wrong.
Is it an original issue from the pgRouting repo?
If it is, then there is something wrong with the original. aka someone, probably me, did what you are doing without really looking.
Fixes # .
Changes proposed in this pull request:
-Added the extra column start_vid to the single vertex
-Renamed the from_vid to start_vid for multiple vertices
-Fixed the pgtap testcases
-Changed the docqueries accordingly
@pgRouting/admins