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

test_exact.test_shortest_path_affinity fails #61

Open
stanleyjs opened this issue Jan 3, 2022 · 0 comments
Open

test_exact.test_shortest_path_affinity fails #61

stanleyjs opened this issue Jan 3, 2022 · 0 comments

Comments

@stanleyjs
Copy link
Collaborator

Hi,

This test seems to fail in a way that is dependent on the sampling of the test dataset. I have been tinkering with this for a little while trying to get it to fail in a reproducible way, but it seems to be entirely dependent on the indices the test grabs. I have also tried to make it stop failing by replicating the code that generates the distances in the test inside of the base.shortest_path function, but I haven't gotten a reliable repro of that yet either. It seems to (maybe?) be something to do with the transition from sklearn.utils.graph_shortest_path.graph_shortest_path to scipy.sparse.csgraph.shortest_path

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

No branches or pull requests

1 participant