Alexandre Schulz
Alexandre Schulz
I'm having trouble understanding the correct way to implement tests for constants and the associated units. Checking that the object attributes are set an not empty seems natural, but I...
Thanks I'll give that a look. Still new to testing workflows, will take some time to get the hang of it.
I added a very simple test, not sure if it is sufficient
Not sure why tests are failing
Created Pr #268 for your review, I'm still planning on adding tests and some documentation
I've added a simple test and some documentation. Information about the bidirectional Dijkstra is a bit lacking online but I found Matthew Towers' blog post to be quite clear (https://www.homepages.ucl.ac.uk/~ucahmto/math/2020/05/30/bidirectional-dijkstra.html)
Hi, I have been encountering the same problem recently and am wondering if a solution exists. As far as I understand a problem arises constructing the `nodemap` and `graphmap` structures....