File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 WaveSixCapabilityArea ,
2727 WaveSixContractArtifact ,
2828 WaveSixDecisionState ,
29- WaveSixLoopStage ,
3029 WaveSixSourceSystem ,
3130)
3231
@@ -345,8 +344,7 @@ def canonical_payload(self) -> dict[str, Any]:
345344 str ,
346345 WaveSixIxCanonicalObligationDefinition ,
347346] = {
348- definition .obligation_id : definition
349- for definition in CANONICAL_IX_COGNITION_OBLIGATIONS
347+ definition .obligation_id : definition for definition in CANONICAL_IX_COGNITION_OBLIGATIONS
350348}
351349
352350
@@ -594,9 +592,7 @@ def falsification_gate_ids(self) -> tuple[str, ...]:
594592 """Return declared falsification gates in deterministic order."""
595593
596594 return _unique_preserving_order (
597- gate_id
598- for obligation in self .obligations
599- for gate_id in obligation .falsify_if
595+ gate_id for obligation in self .obligations for gate_id in obligation .falsify_if
600596 )
601597
602598 @property
You can’t perform that action at this time.
0 commit comments