Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scoring/dag): reverse bit-shifts (#104)
The bit-shift optimization is done in the wrong order, making the mapping invalid. Scoring is unaffected because the classification is still unique. See #103
- Loading branch information