Skip to content

Commit 61cbb68

Browse files
committed
Fix ht
1 parent e839f8e commit 61cbb68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v03_pipeline/lib/misc/lookup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def remove_family_guids(
8787
)
8888
),
8989
)
90+
project_i = ht.project_guids.index(project_guid) # double reference because new expression
9091
return ht.annotate_globals(
9192
project_families=hl.dict(
9293
hl.enumerate(ht.project_families.items()).starmap(

0 commit comments

Comments
 (0)