Closed RoryPTB closed 9 months ago
If a report contains section 4 or section 5 data, indicated by elements 444 and 555 respectively, but there is no section 3, then a DecodeError will be raised by parse_synop. This error is not raised if the element 333 is added before 444 or 555.
444
555
DecodeError
parse_synop
333
If a report contains section 4 or section 5 data, indicated by elements
444
and555
respectively, but there is no section 3, then aDecodeError
will be raised byparse_synop
. This error is not raised if the element333
is added before444
or555
.