1
1
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2
- from ..petsurfer import LoganRef
2
+ from ..petsurfer import Logan
3
3
4
4
5
- def test_LoganRef_inputs ():
5
+ def test_Logan_inputs ():
6
6
input_map = dict (
7
7
allow_ill_cond = dict (
8
8
argstr = "--illcond" ,
@@ -13,6 +13,12 @@ def test_LoganRef_inputs():
13
13
args = dict (
14
14
argstr = "%s" ,
15
15
),
16
+ bp_clip_max = dict (
17
+ argstr = "--bp-clip-max %f" ,
18
+ ),
19
+ bp_clip_neg = dict (
20
+ argstr = "--bp-clip-neg" ,
21
+ ),
16
22
calc_AR1 = dict (
17
23
argstr = "--tar1" ,
18
24
),
@@ -214,14 +220,14 @@ def test_LoganRef_inputs():
214
220
xor = ("weight_file" , "weight_inv" , "weight_sqrt" ),
215
221
),
216
222
)
217
- inputs = LoganRef .input_spec ()
223
+ inputs = Logan .input_spec ()
218
224
219
225
for key , metadata in list (input_map .items ()):
220
226
for metakey , value in list (metadata .items ()):
221
227
assert getattr (inputs .traits ()[key ], metakey ) == value
222
228
223
229
224
- def test_LoganRef_outputs ():
230
+ def test_Logan_outputs ():
225
231
output_map = dict (
226
232
beta_file = dict (
227
233
extensions = None ,
@@ -271,7 +277,7 @@ def test_LoganRef_outputs():
271
277
extensions = None ,
272
278
),
273
279
)
274
- outputs = LoganRef .output_spec ()
280
+ outputs = Logan .output_spec ()
275
281
276
282
for key , metadata in list (output_map .items ()):
277
283
for metakey , value in list (metadata .items ()):
0 commit comments