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

Handling Max recursion depth #22

Open
granrothge opened this issue Feb 24, 2023 · 0 comments
Open

Handling Max recursion depth #22

granrothge opened this issue Feb 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@granrothge
Copy link
Member

Expose Max Recursion Depth to the dictionary read by reduce_data_to_MDE.py

If there is no entry in the dictionary or if it is set to None it should use a default value of 6.
Should we also expose the Min and Max Values?
If I understand the MD data structure right it would mean the max number of bins would 5^Max recursion Depth between the min and max values. So exposing these would allow to relax the number of bins further if they are looking at a smaller portion of their data. The default should be how it is defined now.

@granrothge granrothge added the enhancement New feature or request label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant