Files
archon/python/tests
leex279 0a2c43f6b4 fix: Update test assertions for proper rounding behavior in progress mapper
The progress mapper uses Python's round() function which rounds to nearest even number (banker's rounding). Updated test assertions to match actual rounding behavior:
- 3.5 rounds to 4 (not 3)
- 7.63 rounds to 8 (not 7)
- 9.5 rounds to 10 (not 9)

All tests now pass successfully.
2025-09-20 09:47:43 +02:00
..