-
Notifications
You must be signed in to change notification settings - Fork 187
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
Array.ticks returns ticks outside domain #162
Comments
Confirmed (both the bug and the commit reference). |
Good find! |
Thanks @dson for filing the issue. This is breaking Vega as well! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Array.ticks sometimes returns ticks outside the domain. This is inconsistent with the documentation, that says: each returned tick t satisfies start ≤ t and t ≤ stop. This behavior was introduced in 2.5.0, and probably caused by commit f5883f6.
Example, where tick 3 is outside domain [0, 2.2]:
The text was updated successfully, but these errors were encountered: