TremanaParsingInconsistentMetadataWarning

exception TremanaParsingInconsistentMetadataWarning(*args: object, actual_value: Any, expected_value: Any, metadata_name: str, origin_file: str | os.PathLike[str], **kwargs: Any)[source]

Warning for inconsistent metadata in a measurement.

Parameters
  • actual_value (Any) – Value of the metadata

  • expected_value (Any) – Expected value of the metadata

  • metadata_name (str) – Name of the metadata

  • origin_file (Union[str, os.PathLike]) – Path to the file causing the warning