TimeWeightedAverage::self.totalDuration
does not require initialization as it is a cumulative value derived through accumulation. The current implementation erroneously initializes it to duration
, resulting in an incorrect final value for TimeWeightedAverage::self.totalDuration
.
Potential incorrect calculations.
Manual Review
Remove the initialization of self.totalDuration
.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.