@@ -391,19 +391,17 @@ class SomersaultSID(IntEnum):
391
391
category = CompuCategory .TEXTTABLE ,
392
392
compu_internal_to_phys = CompuInternalToPhys (compu_scales = [
393
393
CompuScale (
394
- compu_const = CompuConst (v = None , vt = "false" , data_type = DataType .A_UTF8STRING ),
394
+ compu_const = CompuConst (vt = "false" , data_type = DataType .A_UTF8STRING ),
395
395
lower_limit = Limit (value_raw = "0" , value_type = DataType .A_UINT32 ),
396
396
upper_limit = Limit (value_raw = "0" , value_type = DataType .A_UINT32 ),
397
397
domain_type = DataType .A_UINT32 ,
398
- range_type = DataType .A_UNICODE2STRING ,
399
- compu_rational_coeffs = None ),
398
+ range_type = DataType .A_UNICODE2STRING ),
400
399
CompuScale (
401
- compu_const = CompuConst (v = None , vt = "true" , data_type = DataType .A_UTF8STRING ),
400
+ compu_const = CompuConst (vt = "true" , data_type = DataType .A_UTF8STRING ),
402
401
lower_limit = Limit (value_raw = "1" , value_type = DataType .A_UINT32 ),
403
402
upper_limit = Limit (value_raw = "1" , value_type = DataType .A_UINT32 ),
404
403
domain_type = DataType .A_UINT32 ,
405
- range_type = DataType .A_UNICODE2STRING ,
406
- compu_rational_coeffs = None ),
404
+ range_type = DataType .A_UNICODE2STRING ),
407
405
]),
408
406
internal_type = DataType .A_UINT32 ,
409
407
physical_type = DataType .A_UNICODE2STRING ,
@@ -713,20 +711,17 @@ class SomersaultSID(IntEnum):
713
711
Structure (
714
712
short_name = "forward_flips_grudgingly_done_recall" ,
715
713
odx_id = OdxLinkId ("somersault.struct.recall.forward_flips_grudgingly_done" , doc_frags ),
716
- parameters = somersault_positive_responses ["forward_flips_grudgingly_done" ].parameters ,
717
- is_visible_raw = None ),
714
+ parameters = somersault_positive_responses ["forward_flips_grudgingly_done" ].parameters ),
718
715
"forward_flips_happily_done" :
719
716
Structure (
720
717
short_name = "forward_flips_happily_done_recall" ,
721
718
odx_id = OdxLinkId ("somersault.struct.recall.forward_flips_happily_done" , doc_frags ),
722
- parameters = somersault_positive_responses ["forward_flips_happily_done" ].parameters ,
723
- is_visible_raw = None ),
719
+ parameters = somersault_positive_responses ["forward_flips_happily_done" ].parameters ),
724
720
"backward_flips_grudgingly_done" :
725
721
Structure (
726
722
short_name = "backward_flips_grudgingly_done_recall" ,
727
723
odx_id = OdxLinkId ("somersault.struct.recall.backward_flips_grudgingly_done" , doc_frags ),
728
- parameters = somersault_positive_responses ["backward_flips_grudgingly_done" ].parameters ,
729
- is_visible_raw = None ),
724
+ parameters = somersault_positive_responses ["backward_flips_grudgingly_done" ].parameters ),
730
725
}
731
726
732
727
# this is a hack to get around a catch-22: we need to specify the
@@ -1469,8 +1464,7 @@ class SomersaultSID(IntEnum):
1469
1464
negative_responses = NamedItemList (somersault_negative_responses .values ()),
1470
1465
global_negative_responses = NamedItemList (somersault_global_negative_responses .values ()),
1471
1466
additional_audiences = NamedItemList (somersault_additional_audiences .values ()),
1472
- parent_refs = [ParentRef (layer_ref = OdxLinkRef .from_id (somersault_protocol .odx_id ))],
1473
- dyn_defined_spec = None )
1467
+ parent_refs = [ParentRef (layer_ref = OdxLinkRef .from_id (somersault_protocol .odx_id ))])
1474
1468
somersault_base_variant = BaseVariant (diag_layer_raw = somersault_base_variant_raw )
1475
1469
1476
1470
##################
0 commit comments