AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.perturbation_check Namespace Reference

Functions

tuple[Path, Path] write_perturbation_check (dict[str, Any] result, *, str|None tool_name, str|Path cwd)
None _plot_perturbation_check (dict[str, Any] result, str|None tool_name, Path png_path)
None _plot_llm_perturbation (dict[str, Any] result, Path png_path, Any plt)
str _short_token (str tok, int limit=14)

Variables

str _JSON_NAME = "perturbation-check.json"
str _PNG_NAME = "perturbation-check.png"

Function Documentation

◆ _plot_llm_perturbation()

None _plot_llm_perturbation ( dict[str, Any] result,
Path png_path,
Any plt )
protected

Definition at line 62 of file perturbation_check.py.

Referenced by _plot_perturbation_check().

◆ _plot_perturbation_check()

None _plot_perturbation_check ( dict[str, Any] result,
str | None tool_name,
Path png_path )
protected

Definition at line 40 of file perturbation_check.py.

References _plot_llm_perturbation().

Referenced by write_perturbation_check().

◆ _short_token()

str _short_token ( str tok,
int limit = 14 )
protected

Definition at line 114 of file perturbation_check.py.

◆ write_perturbation_check()

tuple[Path, Path] write_perturbation_check ( dict[str, Any] result,
* ,
str | None tool_name,
str | Path cwd )

Definition at line 19 of file perturbation_check.py.

References _plot_perturbation_check().

Variable Documentation

◆ _JSON_NAME

str aquin.perturbation_check._JSON_NAME = "perturbation-check.json"
protected

Definition at line 15 of file perturbation_check.py.

◆ _PNG_NAME

str aquin.perturbation_check._PNG_NAME = "perturbation-check.png"
protected

Definition at line 16 of file perturbation_check.py.