You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: