Skip to content

Commit

Permalink
Merge pull request #48 from Janelia-Trackathon-2023/div-org
Browse files Browse the repository at this point in the history
Eliminate use of `DivisionEvents` and reorganize placement of division functions
  • Loading branch information
msschwartz21 authored Sep 8, 2023
2 parents e9157d1 + cbf570f commit a60a976
Show file tree
Hide file tree
Showing 7 changed files with 634 additions and 653 deletions.
2 changes: 2 additions & 0 deletions src/traccuracy/_tracking_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ def __init__(

self._update_graph(graph)

# Record types of annotations that have been calculated
self.division_annotations = False
self.node_errors = False
self.edge_errors = False

Expand Down
Loading

0 comments on commit a60a976

Please sign in to comment.