-
Notifications
You must be signed in to change notification settings - Fork 4
Known Issues
Christopher-Caden edited this page Sep 23, 2023
·
1 revision
- Shortest Paths Improvement -- Imagine a network of nodes A to F. Through the selections the user has chosen (such as creating an ego network) only nodes A to D are shown. If the user attempts to show a 'shortest path' from A to F, a warning pops up informing the user this is an invalid selection. However, imagine through user selections that all the nodes are shown, but node A is only connected to nodes B and C; and node D only to nodes E and F. Now the user can ask the system to produce the shortest path network from A to D - despite these nodes not being connected - and the app doesn't recognise this as an invalid demand and doesn't issue a warning, instead showing a blank screen of no nodes.