-
Notifications
You must be signed in to change notification settings - Fork 60
skip too long datasets to prevent crush #1136
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
Conversation
|
Can you show me a screenshot of the "spinbox"? I have never seen it. Which window does it appear in? |
No, the dataset should not be skept. The user should at least be able to spin over the different dimensions. If a workaround is needed, instead of setting the maximum to zero, it seems more appropriate to set it to 2^31 -1. The user will still have access to display everything via the dimension spinboxes. |
|
Please, update the year in first line (replace 2023 by 2025) and it is fine with me. |



When click on dataset in the group it adds all datasets to the table. If one dataset is too long it does not fit QSpinBox which leads to fact that any dataset from the group could not be displayed.
Rare and funny bug.
I suggest just to skip such long datasets as one will not "spin" over 2 billion of layers.