Intent-Code Divergence
Low
- Confidence
- 97% confidence
- Finding
- The inline comment at L215 says 'Rank-based fusion', which implies converting predictions to ranks before combining them. However, the code from L216-L225 directly computes a weighted average of the prediction values using model scores as weights, so the documentation contradicts the implemented method.
