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 incorrect graph step size behavior #7703

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

rubiefawn
Copy link
Contributor

The y-axis quantization for graph values was being calculated incorrectly. Since the only step sizes used in the code base AFAIK are 0 (quantization disabled) or 1, this would not have been noticed until someone tried a new value. Values besides 1 produce "sloped" quantization, which is certainly unintended.

Recording 2025-02-12 at 19 29 15

image image

The y-axis quantization for graph values was being calculated
incorrectly. This would have gone unnoticed since the only step sizes
currently used are 0 (continuous) or 1. Any other values produce
"sloped" quantization.
The comment should be part of the PR description lol
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