From 7a28e15874796b3becf97c0193575d906d0cfd01 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 11 Jul 2022 13:19:18 +1000 Subject: Update backend documentation --- backend/tolData/genLinkedImgs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/tolData/genLinkedImgs.py') 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 -- cgit v1.2.3