You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be more efficient for power users who know the networkx graph is correct, and for creating subgraphs of the TrackingGraph. Should probably put the validation in a separate function and call it or not based on the argument.
The text was updated successfully, but these errors were encountered:
I just ran into the issue that the label_key was incorrect. We should check that if there is a segmentation provided, every node has the label_key in the validation as well to avoid this issue (or throw a warning if we don't want to be strict). The actual error message I got was a KeyError in the CTCMatcher which was very uninformative.
cmalinmayor
changed the title
Add flag to not run validation on networkx graph in TrackingGraph constructor
Make explicit (optional) validation function in TrackingGraph constructor
Nov 25, 2024
This will be more efficient for power users who know the networkx graph is correct, and for creating subgraphs of the TrackingGraph. Should probably put the validation in a separate function and call it or not based on the argument.
The text was updated successfully, but these errors were encountered: