Skip to content

Commit bee281a

Browse files
committed
Int required here
1 parent 91a118c commit bee281a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v03_pipeline/lib/reference_datasets/splice_ai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_ht(
2020
ht, checkpoint_path = checkpoint(ht)
2121
# The default partitions are too big, leading to OOMs.
2222
ht = ht.repartition(
23-
compute_hail_n_partitions(file_size_bytes(checkpoint_path)) * 1.5,
23+
int(compute_hail_n_partitions(file_size_bytes(checkpoint_path)) * 1.5),
2424
# Note that shuffle=True here, since this is one of the few
2525
# cases in the pipeline where we want to increase the number
2626
# of partititons.

0 commit comments

Comments
 (0)