Skip to content

Commit d698404

Browse files
authored
Update family_entries.py
1 parent 055154e commit d698404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/misc/family_entries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def remove_family_guids(
108108
ht = ht.annotate(
109109
# NB: this "should" work without the extra if statement (and does in the tests)
110110
# however, experiments on dataproc showed this statement hanging with an empty
111-
# indexes array.
111+
# unevaluated indexes array.
112112
family_entries=family_indexes_to_keep.map(lambda i: ht.family_entries[i])
113113
if len(family_indexes_to_keep) > 0
114114
else hl.empty_array(ht.family_entries.dtype.element_type),

0 commit comments

Comments
 (0)