Skip to content

Commit 8f61c51

Browse files
committed
fix: do not run when differing sequences present
1 parent 74f8ceb commit 8f61c51

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

heudiconv/tests/test_heuristics.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ def test_reproin_largely_smoke(tmpdir, heuristic, invocation):
6868
with pytest.raises(NotImplementedError):
6969
runner(args)
7070

71-
# but run successful when provided
72-
runner(args + ['--subjects', 'sub1'])
73-
return
7471
runner(args)
7572
ds = Dataset(str(tmpdir))
7673
assert ds.is_installed()

0 commit comments

Comments
 (0)