We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbba529 commit 9712651Copy full SHA for 9712651
1 file changed
src/ix_style/verification/models.py
@@ -41,7 +41,7 @@ class VerificationScenario:
41
trust_checks: tuple[TrustCheckInput, ...] = ()
42
fault_signals: tuple[FDIRSignal, ...] = ()
43
active_degradation_flags: tuple[str, ...] = ()
44
- expectations: VerificationExpectation = VerificationExpectation()
+ expectations: VerificationExpectation = field(default_factory=VerificationExpectation)
45
limitations_or_assumptions: tuple[str, ...] = ()
46
47
def __post_init__(self) -> None:
0 commit comments