Bases: HermesDataValidator
HermesDataValidator
Validator for CDF files.
Methods Summary
validate(file_path)
validate
Validate the CDF file.
Methods Documentation
file_path (pathlib.Path) – A fully specified file path of the CDF data file to validate.
pathlib.Path
errors (list[str]) – A list of validation errors returned. A valid file will result in an emppty list being returned.
list[str]
CDFValidator
CDFValidator.validate()
Examples