11# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
22from ..rapidart import ArtifactDetect
3+ from __future__ import unicode_literals
34
45
56def test_ArtifactDetect_inputs ():
@@ -16,7 +17,7 @@ def test_ArtifactDetect_inputs():
1617 mask_type = dict (mandatory = True ,
1718 ),
1819 norm_threshold = dict (mandatory = True ,
19- xor = [u 'rotation_threshold' , u 'translation_threshold' ],
20+ xor = ['rotation_threshold' , 'translation_threshold' ],
2021 ),
2122 parameter_source = dict (mandatory = True ,
2223 ),
@@ -27,18 +28,18 @@ def test_ArtifactDetect_inputs():
2728 realignment_parameters = dict (mandatory = True ,
2829 ),
2930 rotation_threshold = dict (mandatory = True ,
30- xor = [u 'norm_threshold' ],
31+ xor = ['norm_threshold' ],
3132 ),
3233 save_plot = dict (usedefault = True ,
3334 ),
3435 translation_threshold = dict (mandatory = True ,
35- xor = [u 'norm_threshold' ],
36+ xor = ['norm_threshold' ],
3637 ),
3738 use_differences = dict (maxlen = 2 ,
3839 minlen = 2 ,
3940 usedefault = True ,
4041 ),
41- use_norm = dict (requires = [u 'norm_threshold' ],
42+ use_norm = dict (requires = ['norm_threshold' ],
4243 usedefault = True ,
4344 ),
4445 zintensity_threshold = dict (mandatory = True ,
0 commit comments