Skip to content

Commit 9d4f39c

Browse files
committed
update specs
1 parent 76b0e34 commit 9d4f39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/tests/test_auto_FuzzyOverlap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def test_FuzzyOverlap_inputs():
1010
nohash=True,
1111
usedefault=True,
1212
),
13+
in_mask=dict(),
1314
in_ref=dict(mandatory=True, ),
1415
in_tst=dict(mandatory=True, ),
1516
out_file=dict(usedefault=True, ),
@@ -25,7 +26,6 @@ def test_FuzzyOverlap_outputs():
2526
class_fdi=dict(),
2627
class_fji=dict(),
2728
dice=dict(),
28-
diff_file=dict(),
2929
jaccard=dict(),
3030
)
3131
outputs = FuzzyOverlap.output_spec()

0 commit comments

Comments
 (0)