Skip to content

Commit 0c381e9

Browse files
committed
fix issues from Aurelie tests
1 parent 095637c commit 0c381e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scilpy/cli/scil_bundle_label_map.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,8 @@ def main():
272272
concat_sft.to_corner()
273273
for i in range(len(sft_list)):
274274
sft_list[i] = cut_streamlines_with_mask(sft_list[i],
275-
binary_mask)
275+
binary_mask,
276+
cutting_style=CuttingStyle.KEEP_LONGEST)
276277

277278
sft_list[i] = filter_streamlines_by_nb_points(sft_list[i],
278279
min_nb_points=4)

0 commit comments

Comments
 (0)