CDFValidator

class hermes_core.util.validation.CDFValidator[source]

Bases: HermesDataValidator

Validator for CDF files.

Methods Summary

validate(file_path)

Validate the CDF file.

Methods Documentation

validate(file_path: str) list[str][source]

Validate the CDF file.

Parameters:

file_path (str) – The path to the CDF file.

Returns:

errors (list[str]) – A list of validation errors returned. A valid file will result in an emppty list being returned.