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

[5pt] Ensure all outputs from alpha testing change files to full read/write/exec #1455

Open
RobHanna-NOAA opened this issue Mar 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@RobHanna-NOAA
Copy link
Contributor

RobHanna-NOAA commented Mar 7, 2025

In various recent testing, against synthesize_test_cases.py, some of the outputs were in read only mode. Changing the output files to be read/write/exec will have some value.

Especially execute to csv as it allows Libre to open the csv's without permissions issues. When trying to open csv's with Libre even on your own EC2 / EBS, it fails with a permissions issue as it needs execute (not just r/w). It remains to be seen if this also fixes the permissions issues with Libre on the EFS drives.

It is a pretty quick fix, really just a couple of lines of code but it does have value.

And we might as well do the same for eval_plots outputs.

PS: Low effort, high value

@RobHanna-NOAA RobHanna-NOAA added the enhancement New feature or request label Mar 7, 2025
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