Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Validation
-
Labels:
-
Story Points:1
-
Epic Link:
-
Team:SQuaRE
Description
The final accounting for success/fail of the KPMs in `validateDrp.py` appears to be off:
=================================================================
|
design level summary
|
=================================================================
|
FAILED (37/21 measurements)
|
=================================================================
|
1. Investigate why this is happening (likely a counter not being reset, or the denominator not being updated).
2. Decide on correct accounting and implement.
measurementCount is updated on a per-filter basis, but currentFailCount is accumulated across all filters.