AQIT 0.1.0
Loading...
Searching...
No Matches
consistency_eval_check.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.consistency_eval_check

Functions

dict[str, Any] aquin.consistency_eval_check._normalize_consistency_eval_result (dict[str, Any] result)
bool aquin.consistency_eval_check.has_consistency_eval_payload (dict[str, Any] result)
tuple[Path, Path] aquin.consistency_eval_check.write_consistency_eval_check (dict[str, Any] result, *, str|None tool_name, str|Path cwd)
None aquin.consistency_eval_check._plot_consistency_eval_check (dict[str, Any] result, Path png_path)
None aquin.consistency_eval_check._plot_score_panel (Any ax, Any score)
None aquin.consistency_eval_check._plot_variants_panel (Any ax, list[dict[str, Any]] variants)
str aquin.consistency_eval_check._score_color (float val)
str aquin.consistency_eval_check._trunc (str text, int limit)

Variables

str aquin.consistency_eval_check._JSON_NAME = "consistency-eval-check.json"
str aquin.consistency_eval_check._PNG_NAME = "consistency-eval-check.png"