diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-11 13:19:18 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-11 13:19:18 +1000 |
| commit | 7a28e15874796b3becf97c0193575d906d0cfd01 (patch) | |
| tree | 20c679fb7167c18009a697f0d3db7bed1d1b409c /backend/tolData/genLinkedImgs.py | |
| parent | 5fe71ea7b9d9a5d2dc6e8e5ce5b9193629eed74d (diff) | |
Update backend documentation
Diffstat (limited to 'backend/tolData/genLinkedImgs.py')
| -rwxr-xr-x | backend/tolData/genLinkedImgs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/tolData/genLinkedImgs.py b/backend/tolData/genLinkedImgs.py index a8e1322..c9cc622 100755 --- a/backend/tolData/genLinkedImgs.py +++ b/backend/tolData/genLinkedImgs.py @@ -32,7 +32,7 @@ print(f"Found {len(resolvedNodes)}") print("Iterating through nodes, trying to resolve images for ancestors") nodesToResolve = {} # Maps a node name to a list of objects that represent possible child images processedNodes = {} # Map a node name to an OTOL ID, representing a child node whose image is to be used -parentToChosenTips = {} # used to prefer images from children with more tips +parentToChosenTips = {} # Used to prefer images from children with more tips iterNum = 0 while len(resolvedNodes) > 0: iterNum += 1 |
