imas_validator.validate.result.IDSValidationResultCollection

class imas_validator.validate.result.IDSValidationResultCollection(results: list[IDSValidationResult], coverage_dict: dict[tuple[str, int], CoverageMap], validate_options: ValidateOptions, imas_uri: str)

Bases: object

Class for collection of all results of validation run

__init__(results: list[IDSValidationResult], coverage_dict: dict[tuple[str, int], CoverageMap], validate_options: ValidateOptions, imas_uri: str)

Methods

__init__(results, coverage_dict, ...)

Attributes

results

List of result objects

coverage_dict

Dict with number of filled, visited and overlapping nodes per ids/occ

validate_options

Options which with validation run was started

imas_uri

URI of dbentry being tested

coverage_dict : Dict[Tuple[str, int], CoverageMap]

Dict with number of filled, visited and overlapping nodes per ids/occ

imas_uri : str

URI of dbentry being tested

results : List[IDSValidationResult]

List of result objects

validate_options : ValidateOptions

Options which with validation run was started


Last update: 2025-06-05