semuconsulting / pyspartn

Python library for parsing SPARTN protocol messages.
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Rc 0.3.1 beta #18

Closed semuadmin closed 6 months ago

semuadmin commented 6 months ago

pyspartn Pull Request Template

Description

FIXES:

  1. Fix Area count iterations - attribute SF030 represents (area count - 1). Affects GAD and HPAC payloads - if you're iterating through area groups, remember to use a range of SF030+1 rather than SF030 (see, for example, gad_plot.py).

ENHANCEMENTS:

  1. Examples updated.

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 99% code coverage.

Checklist: