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

Fix histogram indexing when accessed via operator[] #939

Conversation

bgromov
Copy link
Contributor

@bgromov bgromov commented Jul 30, 2024

This PR fixes the histogram indexing issue when the start index is not zero. The unit test was previously passing because it didn't account for non-zero start index too (seems like a copy-paste of zero offset unit test).

Copy link

Review changes with SemanticDiff.

@bgromov bgromov force-pushed the fix/histogram-indexing-with-brackets-operator branch from a85c398 to ef7c866 Compare July 31, 2024 05:15
@jwellbelove jwellbelove changed the base branch from master to development July 31, 2024 08:04
@jwellbelove jwellbelove merged commit f01edbc into ETLCPP:development Jul 31, 2024
63 checks passed
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.

2 participants