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:
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.
pyspartn Pull Request Template
Description
FIXES:
ENHANCEMENTS:
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:
CONTRIBUTING.MD
).tests/test_*.py
pytest suite to maintain >= 99% code coverage.tests/test_*.py
unittest suite.