gds_analysis.psuu.checks¶
Parameter-space compatibility checks using the GDS Finding pattern.
PSUU verification checks following the GDS Finding pattern.
Requires gds-framework to be installed. All gds-framework imports
are deferred to function bodies so that importing this module never
fails when gds-framework is absent.
check_parameter_space_compatibility(space, schema)
¶
PSUU-001: Swept parameter space is compatible with declared theta.
Verifies that all swept parameters exist in the schema and that sweep bounds respect declared TypeDef constraints and ParameterDef bounds.
Returns a list of :class:~gds.verification.findings.Finding.