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
We want to annotate the NodeFlags and EdgeFlags on all nodes/edges. The CTC errors currently do this, but the divisions do not. We need to determine where to first set all Flags to a default value - TrackingGraph initialization, or start of error annotation. And then implement the solution and add documentation.
Topics
What types of changes are you suggesting? Put an x in the boxes that apply.
At the beginning of the error class, all nodes/edges should have all flags applied with the default value. As cases are examined the value should be flipped accordingly.
Caroline and I went back and forth on this, but for now I think we are going to continue with ragged annotations until a use case emerges that will break with ragged annotations. In the meantime, we will improve documentation about the flags so that it is clear what a missing flag means.
Description
We want to annotate the NodeFlags and EdgeFlags on all nodes/edges. The CTC errors currently do this, but the divisions do not. We need to determine where to first set all Flags to a default value - TrackingGraph initialization, or start of error annotation. And then implement the solution and add documentation.
Topics
What types of changes are you suggesting? Put an x in the boxes that apply.
Which topics does your change affect? Put an x in the boxes that apply.
TrackingGraph
,run_metrics
,cli
, etc.)Priority
Are you interested in contributing?
The text was updated successfully, but these errors were encountered: