Skip to content

Commit 3562886

Browse files
committed
Correct segmentation tests
1 parent 6dbdd28 commit 3562886

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/integration/test_segmentation_labels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_cli(self):
2727
# our labels should look like this
2828
expected_sums = {
2929
'62092-50162-17': 0,
30-
'62092-50163-17': 0,
30+
'62092-50163-17': 2526,
3131
'62092-50164-17': 13500,
3232
'62093-50162-17': 36822,
3333
'62093-50164-17': 2400,

test/integration/test_segmentation_labels_sparse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def test_cli(self):
2626

2727
# our labels should look like this
2828
expected_sums = {
29+
'62092-50163-17': 2526,
2930
'62092-50164-17': 13500,
3031
'62093-50162-17': 36822,
3132
'62093-50164-17': 2400,

0 commit comments

Comments
 (0)