-
Notifications
You must be signed in to change notification settings - Fork 0
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
Draw intermediary nodes matrix #302
Conversation
No logic hooked up for toggling Nothing visualized atm
Fix matrix calculation Now in correct format
Good amount broken still
Still some data load issues
Simpilify load Remove commented out code
a7efa78
to
715f054
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like if you run a 2 hop query and then a 3 hop, it doesn't update properly. Maybe that's a more general problem here, that it's not reactive to new update. We'd need to explore that a bit more
Other than that, I've cleaned up some type issues, etc. I also have a couple of questions for you
1baa138
to
257063f
Compare
Change variable name Compute variables Remove old code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok so aside from the matrix not updating correctly (pushed to issue #311) I think I have addressed all of the issues |
This table should show the middle paths of a connectivity query.
To do: