Skip to content

Commit f7c72d0

Browse files
committed
test maconly
1 parent 582cb8e commit f7c72d0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/epicure/Utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ def get_border_cells( img ):
10941094
labels += list( np.unique( img[ :, (height-2): ] ) ) ## bottom border
10951095
labels += list( np.unique( img[ 0:2,] ) ) ## left border
10961096
labels += list( np.unique( img[ (width-2):,] ) ) ## right border
1097+
labels = list( np.unique(labels) )
10971098
return labels
10981099

10991100
def count_neighbors( label_img, label ):

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ platform =
2424
passenv =
2525
CI
2626
GITHUB_ACTIONS
27-
DISPLAY
2827
XAUTHORITY
2928
PYVISTA_OFF_SCREEN
3029
deps =

0 commit comments

Comments
 (0)