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 055154e commit d698404Copy full SHA for d698404
v03_pipeline/lib/misc/family_entries.py
@@ -108,7 +108,7 @@ def remove_family_guids(
108
ht = ht.annotate(
109
# NB: this "should" work without the extra if statement (and does in the tests)
110
# however, experiments on dataproc showed this statement hanging with an empty
111
- # indexes array.
+ # unevaluated indexes array.
112
family_entries=family_indexes_to_keep.map(lambda i: ht.family_entries[i])
113
if len(family_indexes_to_keep) > 0
114
else hl.empty_array(ht.family_entries.dtype.element_type),
0 commit comments