Closed rwood-97 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 65.79%. Comparing base (
7de87ef
) to head (5c9fc6f
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
This was an oversight in #489 . When getting the label indices from labels i was using the list of unique labels, but since the most recent changes the ordering of this list no longer reflects the ordering of labels in the labels map.
Now instead, we create an inverse of the labels map and use this to find the label index.
Checklist before assigning a reviewer (update as needed)
Reviewer checklist
Please add anything you want reviewers to specifically focus/comment on.