Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adaptive bitrounding #1

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Adaptive bitrounding #1

wants to merge 15 commits into from

Conversation

thodson-usgs
Copy link
Owner

[Description of PR]

TODO:

  • Unit tests and/or doctests in docstrings
  • Tests pass locally
  • Docstrings and API docs for any new/modified user-facing classes and functions
  • Changes documented in docs/release.rst
  • Docs build locally
  • GitHub Actions CI passes
  • Test coverage to 100% (Codecov passes)

@thodson-usgs thodson-usgs force-pushed the adaptive-bitrounding branch from 36c9566 to ac43b43 Compare April 20, 2024 22:13
@thodson-usgs thodson-usgs force-pushed the adaptive-bitrounding branch from a2faeb5 to ff2ae77 Compare April 30, 2024 17:21
@thodson-usgs thodson-usgs force-pushed the adaptive-bitrounding branch from a21144c to ba38507 Compare June 3, 2024 16:32
thodson-usgs and others added 15 commits September 9, 2024 09:20
The xbitinfo implementation uses a tolerance factor of 1.5. I lowered the tolerance to 1.1, because I was getting poor results with my test data, but it was pointed out that the problem was that my test data were quantized. Quantization is an open issue with xbitinfo too, and we should address it first there, then patch the codec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant