Skip to content
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

Merged
merged 4 commits into from
Jun 11, 2023
Merged

Conversation

aryan1010
Copy link
Contributor

@aryan1010 aryan1010 commented Jun 6, 2023

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

@aryan1010 aryan1010 merged commit 7ff20a1 into pgRouting:aryan-2023 Jun 11, 2023
@@ -9,3 +9,6 @@ src/version/version.h
.directory
notUsed
*.swp

Copy link
Member

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
Copy link
Member

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
Copy link
Member

@cvvergara cvvergara Jun 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants