Skip to content

Commit ec2994e

Browse files
committed
remove print
1 parent ce7f940 commit ec2994e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/valor_lite/semantic_segmentation

src/valor_lite/semantic_segmentation/loader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ def filter(
350350
pairs[~mask_valid_gt, 1] = -1
351351
pairs[~mask_valid_pd, 2] = -1
352352

353-
print(pairs)
354-
355353
for idx, col in enumerate(columns):
356354
tbl = tbl.set_column(
357355
tbl.schema.names.index(col), col, pa.array(pairs[:, idx])

0 commit comments

Comments
 (0)