-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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: calc visible points on update #10467 #10523
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What breaks if it always uses <=
?
My thought was to make sure the .hi
is always the last (and .lo
first) in case there are multiple equal values.
That said, I do not know if it would be easy to do or if it would result in slower code.
Would you be willing to ty it out?
Tests are failing
|
Fix #10467