We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b0e34 commit 9d4f39cCopy full SHA for 9d4f39c
nipype/algorithms/tests/test_auto_FuzzyOverlap.py
@@ -10,6 +10,7 @@ def test_FuzzyOverlap_inputs():
10
nohash=True,
11
usedefault=True,
12
),
13
+ in_mask=dict(),
14
in_ref=dict(mandatory=True, ),
15
in_tst=dict(mandatory=True, ),
16
out_file=dict(usedefault=True, ),
@@ -25,7 +26,6 @@ def test_FuzzyOverlap_outputs():
25
26
class_fdi=dict(),
27
class_fji=dict(),
28
dice=dict(),
- diff_file=dict(),
29
jaccard=dict(),
30
)
31
outputs = FuzzyOverlap.output_spec()
0 commit comments