@@ -7,14 +7,14 @@ class Test_Si_0:
77 class Test_Init (classes .Test_Init ):
88 element = pymcnp .inp .Si_0
99 EXAMPLES_VALID = [
10- {'suffix' : consts .string .types .INTEGER , 'option' : consts . string . types . STRING , 'information' : [consts .string .types .DISTRIBUTION ]},
11- {'suffix' : 1 , 'option' : consts . string . types . STRING , 'information' : [consts .string .types .DISTRIBUTION ]},
12- {'suffix' : consts .ast .types .INTEGER , 'option' : consts . ast . types .STRING , 'information' : [consts .ast .types .DISTRIBUTION ]},
10+ {'suffix' : consts .string .types .INTEGER , 'option' : 'h' , 'information' : [consts .string .types .DISTRIBUTION ]},
11+ {'suffix' : 1 , 'option' : 'h' , 'information' : [consts .string .types .DISTRIBUTION ]},
12+ {'suffix' : consts .ast .types .INTEGER , 'option' : pymcnp . types .String ( 'h' ) , 'information' : [consts .ast .types .DISTRIBUTION ]},
1313 {'suffix' : consts .string .types .INTEGER , 'option' : None , 'information' : [consts .string .types .DISTRIBUTION ]},
1414 ]
1515 EXAMPLES_INVALID = [
16- {'suffix' : None , 'option' : consts . string . types . STRING , 'information' : [consts .string .types .DISTRIBUTION ]},
17- {'suffix' : consts .string .types .INTEGER , 'option' : consts . string . types . STRING , 'information' : None },
16+ {'suffix' : None , 'option' : 'h' , 'information' : [consts .string .types .DISTRIBUTION ]},
17+ {'suffix' : consts .string .types .INTEGER , 'option' : 'h' , 'information' : None },
1818 ]
1919
2020 class Test_Mcnp (classes .Test_Mcnp ):
0 commit comments