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

Add --keep-tempfiles arg #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

EthanMarx
Copy link
Collaborator

@EthanMarx EthanMarx commented Dec 27, 2022

Adds --keep-tempfiles flag that defaults to False. If True, will keep temporary files (e.g omicron frame cache files). Useful for the purposes of debugging.

I have a hunch that the reason the BBHnet generate glitches omicron dags have been failing is due to the condor dag monitoring exiting early, and thus, files that omicron needs are being removed before the jobs can get to them. This flag will allow us to get to the bottom of this issue.

@EthanMarx EthanMarx changed the title add keep temp files arg Add --keep-temp files arg Dec 27, 2022
@EthanMarx EthanMarx changed the title Add --keep-temp files arg Add --keep-temp files arg Dec 27, 2022
@EthanMarx EthanMarx changed the title Add --keep-temp files arg Add --keep-tempfiles arg Dec 27, 2022
@EthanMarx
Copy link
Collaborator Author

As noted in ML4GW/aframe-legacy#198, I don't think this solves the glitch generation problem. However, I do think this feature is still useful for debugging purposes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant