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
There are at least two places where we create copies of the TrackingGraph:
At the initialization of the Matcher
When correcting shifted divisions
We should eliminate both of these instances. The first is easy, but the second may require more thought since we are essentially putting duplicate labels on the graph.
The text was updated successfully, but these errors were encountered:
There are at least two places where we create copies of the
TrackingGraph
:Matcher
We should eliminate both of these instances. The first is easy, but the second may require more thought since we are essentially putting duplicate labels on the graph.
The text was updated successfully, but these errors were encountered: