Skip to content

Commit 5805f61

Browse files
committed
hrm
1 parent 1fc9162 commit 5805f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/tasks/update_project_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def update_table(self, ht: hl.Table) -> hl.Table:
101101
if 'family_entries' not in ht.row_value:
102102
ht = ht.annotate(
103103
family_entries=hl.empty_array(
104-
hl.tarray(callset_ht.family_entries.dtype.element_type),
104+
callset_ht.family_entries.dtype.element_type,
105105
),
106106
)
107107
ht = remove_new_callset_family_guids(

0 commit comments

Comments
 (0)