-
Notifications
You must be signed in to change notification settings - Fork 4
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
validating output files without an accompanying metadata file #138
Comments
Would the proposal of a |
That would certainly help! I am also wondering if this is something where that check is resulting an error that results in halting the validations process, where we could change it to a non-halting failure. |
Agreed, early return is a bit excessive for this. Fixed in #144 As an aside, you could use |
If I try to validate a model output file without an accompanying metadata file, I get an early exit before most checks are performed:
I would think that most of the remaining checks would not depend on the existence of a model metadata file. Is there any way to get around this?
The text was updated successfully, but these errors were encountered: