Fixes issue with over-conservative rounding in bits2val().
Fixes #40
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.
[x] Multiple static and streaming test cases updated to reflect unrounded values
pyrtcm Pull Request Template
Description
Fixes issue with over-conservative rounding in
bits2val()
.Fixes #40
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:
tests/test_*.py
unittest suite to maintain >= 99% code coverage.tests/test_*.py
unittest suite.