Add debug function and more tests. Simplify _determineNodes().#51
Add debug function and more tests. Simplify _determineNodes().#51mvoss9000 wants to merge 1 commit into
Conversation
…state more clearly (helpful for debug and test). Also shortened and simplified the _determineNodes() function.
|
I have also worked out some code that improves performance of closest() by 45% or so, but in a version that is more mutated. Let me know if you like and I can do some work to share that back as well. |
|
Hi @mvoss9000 , thank you for your contribution. Usually, I would merge your changes right away and then do any adjustments myself, but I have other priorities at this time. The things I would I address if I had the time would be documentation updates in established format so that |
Implement toObject() with tests that reveal and and assert the graph state more clearly (helpful for debug and test). Also shortened and simplified the _determineNodes() function.