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

Add a filter interactions test #138

Open
cjrace opened this issue Sep 17, 2024 · 0 comments
Open

Add a filter interactions test #138

cjrace opened this issue Sep 17, 2024 · 0 comments
Labels
new feature New feature or request

Comments

@cjrace
Copy link
Collaborator

cjrace commented Sep 17, 2024

We've attempted this before but stopped due to how much time it can take to run.

Because the table tool already filters after time and geography steps, we want to get every option under every filter and then make a big cube of all the possible combinations.

We then want to check if all of those combinations exist in the data file.

Filter groups will need to be handled as a special case, potentially by smushing into a single string that covers both cols?

Then likely need to present back to the users in a way that is helpful, ideally some kind of visual table where they can see (or download) to understand what is missing.

Once the multi-layer hierarchies work is in EES, we could enforce this more strongly and then anyone who needs to will use the breakdown / breakdown topic approach.

This will need some heavy performance testing, and use of the most efficient functions possible given the potential size of what needs to happen here as files get bigger.

Worth looking at something like Git LFS to hold some larger test files we can use in performance testing.

@cjrace cjrace added the new feature New feature or request label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant