Add nodes by edge: attempt at #294#296
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #296 +/- ##
==========================================
+ Coverage 94.13% 94.28% +0.15%
==========================================
Files 52 53 +1
Lines 6893 7057 +164
==========================================
+ Hits 6489 6654 +165
+ Misses 404 403 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ng max distance 2) fix to ids in middle segments
|
Thanks @leoniedu, but your commits have entirely reformatted the code, so I can't see what you've done. Can you revert the code back to what it was, and then ensure you implement your changes only. It would also still be good to have some example code to work with, so if you can, could you please paste that in the issue #294. Thank you! |
|
Yes, it's more of a proof of concept, since I was having a hard time figuring out add_nodes_to_graph and how to adapt it for the by edge logic. I have a couple of questions. Could you answer them, to help me get to the correct path? If this is not the appropriate channel to do so, let me know.
1.1) Related, if the point is too close (i.e. < dist_tol) to any of the edge vertices, we shouldn't be splitting or creating vertices, right?
|
Implement #294