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

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.boundary_eval_check

Functions

dict[str, Any] aquin.boundary_eval_check._normalize_boundary_eval_result (dict[str, Any] result)
bool aquin.boundary_eval_check.has_boundary_eval_payload (dict[str, Any] result)
tuple[Path, Path] aquin.boundary_eval_check.write_boundary_eval_check (dict[str, Any] result, *, str|None tool_name, str|Path cwd)
None aquin.boundary_eval_check._plot_boundary_eval_check (dict[str, Any] result, Path png_path)
None aquin.boundary_eval_check._plot_robustness_panel (Any ax, list[dict[str, Any]] probes, float mean_rob)
None aquin.boundary_eval_check._plot_degradation_panel (Any ax, list[dict[str, Any]] probes)
str aquin.boundary_eval_check._score_color (float val)
str aquin.boundary_eval_check._trunc (str text, int limit)

Variables

str aquin.boundary_eval_check._JSON_NAME = "boundary-eval-check.json"
str aquin.boundary_eval_check._PNG_NAME = "boundary-eval-check.png"