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

incorrect results when switching from function filter to exact (or range) filter #93

Closed
aswan opened this issue Sep 12, 2013 · 0 comments

Comments

@aswan
Copy link

aswan commented Sep 12, 2013

It looks like filterIndexFunction() has a little logic error: as it walks through the data set determining which elements to add/remove, it has variables i (index in the underlying data[] array) and k (index in the dimension's sorted array). it compares bounds for the new filter using k when it should use i.

jdar pushed a commit to jdar/crossfilter that referenced this issue Nov 19, 2019
* First attempt at square#92

* Fixed bad location of filter storage variables.
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