Closed urania277 closed 1 year ago
Hi @singh96aman,
we can't figure out how to make error-bound compression optional using the flags below.
https://github.com/baler-collaboration/baler/blob/c11e6fe7e424c9f3ce605cba0886305cf0862aa8/workspaces/CMS_workspace/CMS_project_v1/config/CMS_project_v1_config.py#L16C37-L16C37
Could we have a global true/false flag for turning this off if the user doesn't wish to use it?
Thanks!
We've a global true/false flag (here) and (here).
It's been set to true which in hindsight seems wrong. I'll raise a PR to make this false by default
This is complete with #294
Hi @singh96aman,
we can't figure out how to make error-bound compression optional using the flags below.
https://github.com/baler-collaboration/baler/blob/c11e6fe7e424c9f3ce605cba0886305cf0862aa8/workspaces/CMS_workspace/CMS_project_v1/config/CMS_project_v1_config.py#L16C37-L16C37
Could we have a global true/false flag for turning this off if the user doesn't wish to use it?
Thanks!