Skip to content
Snippets Groups Projects
Commit 580f75f7 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Remove obsolete cluster test

parent 0a54225c
No related branches found
No related tags found
No related merge requests found
......@@ -245,14 +245,6 @@ def test_slicer():
assert result.stdout[0] == expected
def test_cluster():
with testenv('cluster') as cluster:
result = fw.cluster('input', 'thresh',
fractional=True, osize='osize')
expected = f'{cluster} --in=input --thresh=thresh --fractional --osize=osize'
assert result.stdout[0] == expected
def test_fast():
with testenv('fast') as fast:
result = fw.fast('input', 'myseg', n_classes=3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment