round(9.8457, 2) → 9.85 which exceeds the actual score, causing the threshold to be unreachable. Use math.floor to truncate instead: 9.8457 → 9.84, 9.3884 → 9.38. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
46 B
Plaintext
3 lines
46 B
Plaintext
HOTSPOT_THRESHOLD=9.84
|
|
AVERAGE_THRESHOLD=9.38
|