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

Fixed missing decompress_map_ and added regression tests #1

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

Commits on May 25, 2024

  1. Fixed missing decompress map

    The current implementation pushes all symbols to the lowest numbers available.
    The function access was missing a way to return the potentially remapped symbols.
    Tim Junginger committed May 25, 2024
    Configuration menu
    Copy the full SHA
    11b1adb View commit details
    Browse the repository at this point in the history
  2. Added regression tests access_gappy_alphabet to ensure the implementa…

    …tion actually returns the original values.
    Tim Junginger committed May 25, 2024
    Configuration menu
    Copy the full SHA
    811cec0 View commit details
    Browse the repository at this point in the history