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 57edcc6 commit 740bf73Copy full SHA for 740bf73
v03_pipeline/lib/misc/lookup.py
@@ -47,7 +47,7 @@ def globalize_ids(ht: hl.Table, project_guid: str) -> hl.Table:
47
ht = ht.annotate_globals(
48
project_guids=[project_guid],
49
project_families=(
50
- {project_guid: [fs.family_guid for fs in ps] for ps in row[0].project_stats}
+ {project_guid: [fs.family_guid for fs in ps] for ps in row.project_stats}
51
if has_project_stats
52
else hl.empty_dict(hl.tstr, hl.tarray(hl.tstr))
53
),
0 commit comments