Phase 4 Hysteresis Feasibility Audit Validator

Validate the Wave 5.2 Phase 4 hysteresis feasibility artifacts.

scripts.analysis.pinn_program_hysteresis.validate_phase4_hysteresis_feasibility_audit.parse_arguments()[source]

Parse command-line arguments.

Return type:

Namespace

scripts.analysis.pinn_program_hysteresis.validate_phase4_hysteresis_feasibility_audit.resolve_project_path(path_value)[source]

Resolve one project-relative path.

Parameters:

path_value (str | Path)

Return type:

Path

scripts.analysis.pinn_program_hysteresis.validate_phase4_hysteresis_feasibility_audit.load_yaml(path)[source]

Load one YAML mapping.

Parameters:

path (Path)

Return type:

dict[str, Any]

scripts.analysis.pinn_program_hysteresis.validate_phase4_hysteresis_feasibility_audit.load_csv_rows(path)[source]

Load all rows from one CSV artifact.

Parameters:

path (Path)

Return type:

list[dict[str, str]]

scripts.analysis.pinn_program_hysteresis.validate_phase4_hysteresis_feasibility_audit.main()[source]

Validate Phase 4 row counts, decisions, and gate consistency.

Return type:

None