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

Bins Model default extent isn't used when all range values are equal #62

Open
reblace opened this issue Dec 30, 2021 · 0 comments
Open

Comments

@reblace
Copy link
Contributor

reblace commented Dec 30, 2021

When all range values are equal (e.g., when you have a series like [[1, 0], [2, 0], [3, 0]], or [[0, 0]], there are points in the data, therefore the default extent is not used. Since Extents are 2-dimensional, we should probably apply the default extent anytime the data is 1-dimensional, and only apply it according to which dimension is missing.

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

No branches or pull requests

1 participant