designspace.RepresentationCheckFailure#

class designspace.RepresentationCheckFailure(law: str, detail: str, count: int)#

Bases: object

One law Representation.check() found violated.

Deduplicated by law and detail across the sampled draws, so this is a count of how many draws exhibited the problem, not one row per draw.

law#

Short name of the violated law, such as “decode_totality” or “feasibility_agreement”.

Type:

str

detail#

A representative message naming the offending path or value.

Type:

str

count#

How many of the sampled draws exhibited it.

Type:

int