Hello Everyone,
My Wiki [1]
My Forked Repository [2]
This is my report for Coding Period Week 6 (July 06th - July 12th).
- What did I get done this week?
- Completed with coding implementation of boost Graph function
pgr_makeConnected
in the branch named him in my forked repository. The correct set of rows are getting returned at the ouput. - Modified the coding implementation of my previous function
pgr_boyerMyrvold()
based on my mentor’s reviews during Bolsena Code Spirint. - Modified the
.github/workflows/ubuntu.yml
to fix the ubuntu build error. - Fixed all Travis CI and Appveyor warnings and errors.
- Details can be found in [3]
- The merged pull request can be found in [4].
- What do I plan on doing next week?
- The pgTAP tests of
pgr_makeConnected
are remaining. So, in the coming week, I plan to add all the pgTAP tests - Server no crash test for null parameters, parameters type check, inner query tests, and the unit tests - one vertex, one edge, two edges, cycle with 3 edges, etc. - I will also be working on the documentation of this function.
- I will also be modifying the pgTap tests implementation, documentation of my previous function
pgr_boyerMyrvold()
based on my mentor’s reviews which was given during the Bolsena Code Spirint. - Am I blocked on anything?
- No.
Regards,
Himanshu Raj
Links:
[1] WIKI
[2] Forked Repository
[3] https://github.com/pgRouting/pgrouting/wiki/GSoC-2020-Implementation-of-Edge-Contraction-Technique-in-pgRouting#week-6-july-6th—july-13th-1
[4] Merged Pull Request