We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cbb68 commit cdf274dCopy full SHA for cdf274d
v03_pipeline/lib/misc/lookup.py
@@ -87,7 +87,9 @@ def remove_family_guids(
87
)
88
),
89
90
- project_i = ht.project_guids.index(project_guid) # double reference because new expression
+ project_i = ht.project_guids.index(
91
+ project_guid
92
+ ) # double reference because new expression
93
return ht.annotate_globals(
94
project_families=hl.dict(
95
hl.enumerate(ht.project_families.items()).starmap(
0 commit comments