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

CMORmeal: omission tracking #269

Open
ilaflott opened this issue Nov 15, 2024 · 1 comment
Open

CMORmeal: omission tracking #269

ilaflott opened this issue Nov 15, 2024 · 1 comment

Comments

@ilaflott
Copy link
Member

if the tool can't process a file, then we've gotta track that somewhere! i.e. should work like the following pseudocode:

for file in files:
    try:
        cmorize(file)
    except:
        write_to_omission_log(file)
@ilaflott
Copy link
Member Author

ilaflott commented Dec 6, 2024

I think implementing this makes more sense when we do bulk tests.

@ilaflott ilaflott changed the title CMORsnack: omission tracking CMORmea: omission tracking Dec 6, 2024
@ilaflott ilaflott changed the title CMORmea: omission tracking CMORmeal: omission tracking Dec 6, 2024
@ilaflott ilaflott removed their assignment Dec 24, 2024
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

No branches or pull requests

1 participant