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

Report small changes in tasks that will cause resubmission #19

Open
Samreay opened this issue Nov 30, 2020 · 0 comments
Open

Report small changes in tasks that will cause resubmission #19

Samreay opened this issue Nov 30, 2020 · 0 comments
Labels
enhancement New feature or request pippin 2.0

Comments

@Samreay
Copy link
Member

Samreay commented Nov 30, 2020

Sometimes tasks get resubmitted when we dont expect them to. Given that we dont clobber the prior tasks output directory right away, it should be possible to compare the newly generated config files with the existing ones, and then show the differences between them. Getting this diff can be done simply using difflib

This is most important for sims (as they will kick off everything), but Id start with biascor for faster iteration, then do snana_lcfit and then finally snana_sim. The sims are the most complex case because we have multiple input files, but thats just one extra for loop.

@OmegaLambda1998 OmegaLambda1998 added the enhancement New feature or request label Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pippin 2.0
Projects
None yet
Development

No branches or pull requests

2 participants