Skip to content

Commit 67db214

Browse files
test: don't exclude 6-connected from 3d vcg
1 parent 6e6f6af commit 67db214

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

automated_test.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,12 +1514,6 @@ def test_color_connectivity_graph_8_uint32():
15141514
assert np.all(cc_labels == ans)
15151515

15161516
def test_color_connectivity_graph_6():
1517-
1518-
with pytest.raises(ValueError):
1519-
vcg = np.zeros([2,2,2], dtype=np.uint8, order="F")
1520-
cc3d.color_connectivity_graph(vcg, connectivity=6)
1521-
1522-
15231517
vcg = np.zeros([10,10,10], dtype=np.uint32, order="F")
15241518
vcg[:,:,:] = 0b11111111111111111111111111
15251519

0 commit comments

Comments
 (0)